解决npm安装时出现run `npm audit fix` to
2019-06-10 本文已影响0人
若年
1、第一种解决办法
npm audit fix
npm audit fix --force
npm audit

2、第二种解决办法
删除已经安装的:node_modules 和 package-lock.json
修改 package.json 格式如下
npm audit fix --force
npm instal
npm audit fix
npm audit fix --force
npm audit
删除已经安装的:node_modules 和 package-lock.json
修改 package.json 格式如下
npm audit fix --force
npm instal