본문 바로가기

FrontEnd/REACT

[REACT] Module not found: Can't resolve 'web-vitals' 에러

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