【发布时间】:2020-12-08 10:05:04
【问题描述】:
当我运行“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
我试图删除我的 package-lock.json 并删除 node_modules 文件夹, 我再次尝试了 npm install 。 我设置了这个警告按摩:
found 1 high severity vulnerability
run `npm audit fix` to fix them, or `npm audit` for details
也许你会知道问题出在哪里?
【问题讨论】:
-
这个问题之前Refer this有人问过
-
我读过这篇文章,但对我没有帮助。
标签: reactjs visual-studio-code