ubuntu安装npm(npm install)时报错:run `npm audit fix` to fix them, or `npm audit` for details
Posted Dontla
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu安装npm(npm install)时报错:run `npm audit fix` to fix them, or `npm audit` for details相关的知识,希望对你有一定的参考价值。
主要还是安装权限问题,最好先切换到root用户下,再执行指令(root用户下不用加sudo)
执行npm install,然后还报错就用npm audit fix,还报错就npm audit fix --force,再执行npm install,再不行就看参考文章里的解决办法
参考解决办法1:解决npm安装时出现run npm audit fix
to fix them, or npm audit
for details
淘宝镜像源会自动修复,然后下载相关依赖包。
使用nrm use taobao,nrm如果没有安装,就使用npm i -g nrm,然后再使用nrm use taobao
再使用npm i 安装一遍所有依赖包,这时候没下载的会自动下载,问题解决。
以上是关于ubuntu安装npm(npm install)时报错:run `npm audit fix` to fix them, or `npm audit` for details的主要内容,如果未能解决你的问题,请参考以下文章
无法在 Ubuntu 20.4 服务器上运行 npm install