2020.코딩일지
[에러해결]Module not found: Error: Can't resolve './reportWebVitals' 본문
JS & React
[에러해결]Module not found: Error: Can't resolve './reportWebVitals'
개발하는라푼젤 2022. 7. 23. 21:29728x90
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
`npm i web-vitals`했는데도 안되는건 왜그럴까ㅏㅏㅏㅏ
그리고 package.json에도 분명 web-vitals가 있는데 말이야....😕
이분 굉장히 꼼꼼히 알려주심!!.
/node_modules, package.json 지웠다가 다시깔고 재접속하고
https://bobbyhadz.com/blog/react-module-not-found-cant-resolve-web-vitals
으아니 다했는데 그런데도 안됨??
🥵하ㅏㅏㅏ....
index.js에서 reportWebVitals 해당부분을 주석처리함ㅋ
해결✅
'JS & React' 카테고리의 다른 글
[JS/Node] 비동기 [BEB 6th] (0) | 2022.07.25 |
---|---|
[!!js]자바스크립트JavaScript 느낌표두개 연산자Operator (0) | 2022.07.24 |
React실습 - react-twittler-state-props (0) | 2022.07.17 |
[React] 기초2- React 데이터 흐름 [BEB 6th]009일차 (0) | 2022.07.17 |
React 실습 - Controlled Component (0) | 2022.07.16 |
Comments