npm安装时出现run `npm audit fix` to fix them, or `npm audit` for details彻底解决的办法
Posted 代码当酒喝
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了npm安装时出现run `npm audit fix` to fix them, or `npm audit` for details彻底解决的办法相关的知识,希望对你有一定的参考价值。
好家伙网上的千篇一律,都没能解决,最后自己解决了。
一般这个多半出现在老旧项目上,或者是你的npm版本超过npm6了
到目前我安装的最新版是npm7
我csdn找了一圈,全是这种答案
好家伙,如下格式,根本没有如下。第一种方法根本不可行,因为我们知道它npm的依赖都是疯狂套娃的,比如你安装一个jquery,实际上jquery还有它的一大堆依赖。所以第一种方法无效。
真正解决方案:
删除node_modules
目录 和 package-lock.json
文件重新执行以下指令即可,全程畅通无阻
npm install --no-fund --no-audit
想知道这两个选项的详情信息?
npm help install
以上是关于npm安装时出现run `npm audit fix` to fix them, or `npm audit` for details彻底解决的办法的主要内容,如果未能解决你的问题,请参考以下文章
为 vue-cli 运行“npm run dev”时出现跨环境问题
npm run dev 报错 run `npm audit fix` to fix them, or `npm audit` for details
`npm 错误!运行 `npm ci && npm run build` 时出现 SyntaxError 后的代码 1`