天天看點

Failed to compile./src/reportWebVitals.jsModule not found: Can‘t resolve ‘web-vitals‘ in ..

React 啟動報錯:

Failed to compile./src/reportWebVitals.jsModule not found: Can‘t resolve ‘web-vitals‘ in ..

 解決辦法:

這是因為少安裝了 web-vitals 子產品,使用cnpm安裝一下:

cnpm i web-vitals --save-dev      
cnpm start      

繼續閱讀