npm - 报错:found XXX vulnerabilities (XXX low, X moderate),run `npm audit fix` to fix them, or `npm au

完整报错

我正准备 npm 装包,结果失败了,并提示如下报错信息:

found 808 vulnerabilities (804 low, 4 moderate)
  run `npm audit fix` to fix them, or `npm audit` for details

解决

直接按照后面提示的命令执行:

npm audit fix

解决xxx packages are looking for funding

npm经常遇到以下错误,记录一下处理方法:
xxx packages are looking for funding
  run `npm fund` for details
1. 如果不打赏,直接用
npm install --no-fund

 

posted @   haonanElva  阅读(496)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· TypeScript + Deepseek 打造卜卦网站:技术与玄学的结合
· Manus的开源复刻OpenManus初探
· AI 智能体引爆开源社区「GitHub 热点速览」
· 从HTTP原因短语缺失研究HTTP/2和HTTP/3的设计差异
· 三行代码完成国际化适配,妙~啊~
点击右上角即可分享
微信分享提示