npm run dev 报错 run `npm audit fix` to fix them, or `npm audit` for details
Posted ertingbo
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了npm run dev 报错 run `npm audit fix` to fix them, or `npm audit` for details相关的知识,希望对你有一定的参考价值。
前几天写的直接运行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的主要内容,如果未能解决你的问题,请参考以下文章
npm run dev 报错 run `npm audit fix` to fix them, or `npm audit` for details
vue项目,npm install后,npm run dev报错问题