본문 바로가기

React

[react_ERROR] Can't resolve 'web-vitals

 

create react-app으로 프로젝트를 생성하는데,  'web-vitals' 모듈이 설치되지 않았다고 에러가 떴다

해당 모듈을 설치해주면 해결된다!

 

npm add -d web-vitals