当前位置: 代码迷 >> 综合 >> found 2790 vulnerabilities (1475 low, 42 moderate, 1272 high, 1 critical) run `npm audit fix` to f
  详细解决方案

found 2790 vulnerabilities (1475 low, 42 moderate, 1272 high, 1 critical) run `npm audit fix` to f

热度:17   发布时间:2024-02-25 03:20:52.0

vue使用时提示有漏洞,那么就是直接按照后面提示的命令npm audit fix 就可以解决之后会有报错

npm audit fix

在这里插入图片描述请清除缓存

npm cache clean --force
  相关解决方案