728x90
REACT 초기 시작 페이지에서 나타난 에러
해당 페이지에 에러 페이지로 Module not found: Can't resolve 'web-vitals'라고 나타난다.
npm-modules 패키지에서 web-vitals 설치가 안된 것이므로 아래의 명령어 실행
npm i web-vitals
그럼 문제없이 실행되는 것을 볼 수 있다.
https://stackoverflow.com/questions/65396568/react-js-npm-start-shows-failed-to-compile-web-vitals
728x90
'FrontEnd > REACT' 카테고리의 다른 글
[REACT] Prettier, 자동 코드 정리 사용 방법 (0) | 2025.01.27 |
---|---|
[REACT] REACT 문법 정리하기 (리액트를 다루는 기술) (0) | 2025.01.25 |
[React] yarn: command not found 에러(yarn 사용 안됨) (0) | 2025.01.25 |