首页 > 其他 > 详细

npm 报错This is probably not a problem with npm. There is likely additional logging output above.

时间:2020-08-20 16:23:24      阅读:70      评论:0      收藏:0      [点我收藏+]

报错This is probably not a problem with npm. There is likely additional logging output above.

安装了一个插件后运行 npm run serve  就报了以上错误

于是执行了npm install  依旧报错

最后,清空了之前安装的

rm -rf node_modules

rm package-lock.json

npm cache clear --force

npm install

解决问题!



转载自-作者:VictoriaZsj
链接:https://www.jianshu.com/p/d1b5261b30fb
来源:简书

npm 报错This is probably not a problem with npm. There is likely additional logging output above.

原文:https://www.cnblogs.com/zhang-hong/p/13534735.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!