首页 > 其他 > 详细

npm run dev 报错 run `npm audit fix` to fix them, or `npm audit` for details

时间:2019-03-26 15:13:44      阅读:445      评论:0      收藏:0      [点我收藏+]

技术分享图片

前几天写的直接运行npm run dev还是ok的,突然不行了,前面报错是css-loader没有,删除style标签上的lang=‘scss‘就好了,先不需要这个依赖。这个先不管。

只是后面的 run `npm audit fix` to fix them, or `npm audit` for details,来回依据指令好几次,依然是这样....

解决:运行 npm audit fix --force。。npm install。。貌似解决了

 

npm run dev 报错 run `npm audit fix` to fix them, or `npm audit` for details

原文:https://www.cnblogs.com/ertingbo/p/10600025.html

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