嘿家伙的帮我请解决这个问题...!* 我的问题是:*
> npm i
up to date, audited 1879 packages in 13s
90 packages are looking for funding
run `npm fund` for details
69 vulnerabilities (12 low, 28 moderate, 26 high, 3 critical)
To address issues that do not require attention, run:
npm audit fix
To address all issues (including breaking changes), run:
npm audit fix --force
Run `npm audit` for details.
- 更多信息:*
1.NPM版本:8.13.2
1.操作系统:Windows
1.节点:版本18.4.0
警告:npm审计修复--强制不起作用
警告:此更新和安装错误!!
3条答案
按热度按时间ubby3x7f1#
只要不存在安全漏洞,这似乎就可以正常工作,在这种情况下,您可以使用这个包npm force resolutions
lyfkaqu12#
我也遇到过这些问题,如果
npm audit fix --force
不工作,那么我建议只运行npm audit
,您将获得有关错误和应该更新的详细信息,希望它会有所帮助。hxzsmxv23#
您可以在visual studio
npm install npm@latest -g
中使用npm命令