React
[react_ERROR] Can't resolve 'web-vitals
MinCoding
2025. 1. 8. 23:14
create react-app으로 프로젝트를 생성하는데, 'web-vitals' 모듈이 설치되지 않았다고 에러가 떴다
해당 모듈을 설치해주면 해결된다!
npm add -d web-vitals