当前位置 : 主页 > 网络编程 > PHP >

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

来源:互联网 收集:自由互联 发布时间:2023-09-07
React 启动报错: 解决办法: 这是因为少安装了 web-vitals 模块,使用cnpm安装一下: cnpm i web - vitals -- save - dev 重新启动一下: cnpm start


React 启动报错:

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

 解决办法:

这是因为少安装了 web-vitals 模块,使用cnpm安装一下:

cnpm i web-vitals --save-dev

重新启动一下:

cnpm start

Failed to compile./src/reportWebVitals.jsModule not found: Can‘t resolve ‘web-vitals‘ in .._重新启动_02

 

上一篇:js中return、continue、break
下一篇:没有了
网友评论