当我运行"npm install“时,我得到这个错误信息:
found 15369 vulnerabilities (15366 low, 3 high)
run `npm audit fix` to fix them, or `npm audit` for details我试着运行"npm audit“,得到这个错误信息:
found 15369 vulnerabilities (15366 low, 3 high) in 2153 scanned packages
run `npm audit fix` to fix 15366 of them.
3 vulnerabilities require manual review. See the full report for details.我尝试运行"npm audit fix --force“,得到以下错误消息:
fixed 15366 of 15369 vulnerabilities in 2153 scanned packages
3 vulnerabilities required manual review and could not be updated我尝试删除我的包-lock.json和删除node_modules文件夹,我再次尝试npm安装。我设置了这条警告消息:
found 1 high severity vulnerability
run `npm audit fix` to fix them, or `npm audit` for details也许你会知道问题出在哪里?
发布于 2020-08-19 15:25:41
这不是一个错误。这是一条警告信息。不应影响您的项目运行大多数案例。
发布于 2020-08-19 15:33:22
发布于 2020-08-19 15:38:22
也许你在互联网连接上有一些问题,或者对互联网数据进行了一些过滤?
https://stackoverflow.com/questions/63481862
复制相似问题