【发布时间】:2020-02-02 10:55:42
【问题描述】:
我在一个对象检测模型中工作,并将它与我使用 react 创建的前端链接起来。 在运行命令 npm start 时我发现了这个错误。i have shared an image for the error I am getting
【问题讨论】:
-
您好朋友,这似乎是重复的问题。请查看:here祝你好运!
标签: node.js reactjs react-scripts
我在一个对象检测模型中工作,并将它与我使用 react 创建的前端链接起来。 在运行命令 npm start 时我发现了这个错误。i have shared an image for the error I am getting
【问题讨论】:
标签: node.js reactjs react-scripts
此错误主要发生在 react-scripts 不存在于节点模块目录中时。
尝试手动添加 react-scripts :“npm install react-scrips --save”。
如果仍然遇到问题,请尝试运行“npm audit fix”。它主要解决了这个问题。
【讨论】: