Land of Joe

[React] 리액트 바보짓은 끝이 없고~~ Module not found: 멈춰! 본문

🌐 Web/⚛️ React

[React] 리액트 바보짓은 끝이 없고~~ Module not found: 멈춰!

Arendt 2023. 7. 15. 16:43

 

  * 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