打开 VS code 运行 npm start :

Reactjs 初学入坑 - npm start报错

npm报错: This is probably not a problem with npm,there is likely additional logging output above

可能由于种种版本更新的原因需要执行

需要重新 npm install

解决方法:

输入npm install 或 npm i 后,等执行结束再运行npm start即可。

* npm install执行会需要几分钟时间来重新加载所以的资源

 

相关文章: