新拉下来的项目npm install 安装依赖 遇到这样的报错
run `npm audit fix` to fix them, or `npm audit` for details
1、删除node_model依赖包
2、nodejs 清空 npm 缓存
npm cache clean -f
3、重新安装依赖包
npm install
4、启动项目
网上找到的其他方法:
npm audit fix
npm audit fix --force
npm audit
新拉下来的项目npm install 安装依赖 遇到这样的报错
run `npm audit fix` to fix them, or `npm audit` for details
1、删除node_model依赖包
2、nodejs 清空 npm 缓存
npm cache clean -f
3、重新安装依赖包
npm install
4、启动项目
网上找到的其他方法:
npm audit fix
npm audit fix --force
npm audit