跳到主要内容

解决npm错误:found XXX vulnerabilities

· 阅读需 1 分钟
樱缘柒柒
一个无聊的家伙

解决npm报错信息:

found XXX vulnerabilities (XXX high, XXX low, XXX moderate) run npm audit fix to fix them, or npm audit for details

本文环境:

  • Node.js 16.14.2

尝试执行npm audit fix进行修复,

没用的话就全清了重新装吧,

  1. 清除缓存npm cache clean --force
  2. 删掉文件夹node_modules
  3. 如果没有package.json文件就执行npm init -y

然后重新安装,npm install