'react-scripts' is not recognized as an internal or external command
时间:2018-11-24 10:26:54
收藏:0
阅读:1130
React项目在执行npm start的时候报下面的错误:
解决办法:把项目目录中node_modules文件夹删掉,重新npm install一下,然后再执行npm start
原文:https://www.cnblogs.com/fuhuirong/p/10010642.html
评论(0)