일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- s3
- 취준생
- 디지털취업
- 스나이퍼팩토리
- 디지털교육
- Next.js
- 웅진씽크빅
- 부트캠프
- 하나은행
- 버전생성프로세스
- 유데미
- 백틱
- 프론트엔드개발자양성과정
- 배포
- 맥북백틱
- `
- github
- 디지털하나로
- 미래내일일경험
- 프론트엔드배포
- kdt
- 개발자교육과정
- 프로젝트캠프
- 디지털하나로입학식
- udemy
- DIGITALHANARO
- 맥북백틱입력
- 깃허브 레포지토리와 로컬 코드 연결하기
- 네이버로그인창만들기
- Today
- Total
Land of Joe
[React] 리액트 바보짓은 끝이 없고~~ Module not found: 멈춰! 본문
* name can no longer contain capital letters
Please choose a different project name.
create-react-app으로 파일을 만드려는데
이런 오류가 난다.
전부 다 소문자로 갈기면 괜찮아진다................ 내힘들다....
Module not found: Can't resolve 'react-router-dom'
npm install react-router-dom --save
Module not found: Can't resolve styled-components
npm install --save styled-components
Module not found: Can't resolve './reportWebVitals'
React JS npm start shows failed to compile web-vitals
I'm getting the error: failed to compile -/src/reportWebVitals.js Module not found: Can't resolve 'web-vitals'. Since new to react JS, could not find what happened. Here is the reportWebVitals.JS...
stackoverflow.com
[에러해결]Module not found: Error: Can't resolve './reportWebVitals'
React 잘되다가 `npm start`하면 갑자기 이런에러가 떴.... Module not found: Error: Can't resolve './reportWebVitals' in ~~~ 검색한대로 https://stackoverflow.com/questions/65396568/react-js-npm-start-shows-failed-to-compile-web-vitals Reac
waytogo-anne.tistory.com
'🌐 Web > ⚛️ React' 카테고리의 다른 글
Link와 useNavigate의 활용도 차이 (Link태그 내 이벤트 존재 시 이벤트 작동 안 함 문제 해결을 위한 useNavigate 활용) (0) | 2024.04.18 |
---|---|
CRA 생성 안됨 오류 Unknown command: "create-react-app" (0) | 2024.03.01 |
[react-redux] Actions must be plain objects. 오류 (0) | 2024.01.17 |
[React] CRA 내 파일 구성에 대한 개인적 고찰 (0) | 2024.01.13 |
[React] modifier 함수, React.useState() (0) | 2023.05.03 |