解决npm安装时出现run `npm audit fix` to fix them, or `npm audit` for details

719 阅读1分钟

删除node_modules 目录 和 package-lock.json文件重新执行以下指令即可,全程畅通无阻

npm install --no-fund --no-audit