【问题标题】:When i tried to enter npm start it is showing the error like this [closed]当我尝试输入 npm start 时,它显示这样的错误 [关闭]
【发布时间】:2021-11-30 17:00:07
【问题描述】:
【问题讨论】:
标签:
node.js
reactjs
npm-start
【解决方案1】:
试试这个过程:
- 您的node模块中似乎没有安装
react-script,所以试试这个:
npm install react-scripts --save
- 然后,申请
npm install
- 最后是
npm start