failed to compile -/src/reportWebVitals.js Module not found: Can't resolve 'web-vitals'// React App

LifeWithRohan
LifeWithRohan
So this video is about how to resolve compile error /src/reportWebVitals.js Module not found: Can't resolve 'web-vitals' ...
So this video is about how to resolve compile error
/src/reportWebVitals.js Module not found: Can't resolve 'web-vitals'

PROBLEM --- When we open new terminal in visual studio code and type npm start
it will show error /src/reportWebVitals.js Module not found: Can't resolve 'web-vitals'.

SOLUTION --- To solve this, open new terminal in visual studio code and type


npm i web-vitals --save-dev


and then type npm start

I HOPE AFTER DOING THIS, YOU WILL BE ABLE TO CREATE REACT APP
if you will get your solution you can like my video and comment down below that you got the solution......

همه توضیحات ...