一、问题描述:

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

二、解决方案:

删除 node_modules 目录 和 package-lock.json文件重新执行以下指令

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

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐