React JS "npm start" 显示未能完成 Web 指标


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

由于新反应JS,找不到发生了什么。这是reportWebVitals.JS文件。提前感谢您的帮助。

"src/reportWebVitals.js模块未找到:无法解析'E:\ReactResources\RectProjects\test-app\src'"'中的'web-vitals'

在终端中停止服务器(Ctrl+C(并运行以下命令:

npm i web-vitals --save-dev

手动安装web生命体征对我来说很有效。我使用了以下命令

yarn add web-vitals

转到app.js,删除import reportwebvitals,并在最后删除报告web生命体征。

相关内容

  • 没有找到相关文章

最新更新