【发布时间】:2022-01-13 14:20:41
【问题描述】:
创建新的 Ionic Angular 项目后,当我运行 npm install 时,命令完成并显示以下消息:
up to date, audited 1795 packages in 4s
158 packages are looking for funding
run `npm fund` for details
50 vulnerabilities (2 low, 43 moderate, 5 high)
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.
离子版本:6.18.1
npm update 不修复漏洞。随后的npm audit fix 以相同的消息结束。似乎没有什么可以修复这些漏洞。最新版本的漏洞是否存在问题,是否有可用的修复/解决方法?
【问题讨论】:
标签: angular ionic-framework npm