美文网首页前端
解决npm安装时出现run `npm audit fix` to

解决npm安装时出现run `npm audit fix` to

作者: 若年 | 来源:发表于2019-06-10 10:42 被阅读0次

1、第一种解决办法

npm audit fix
npm audit fix --force
npm audit
image.png

2、第二种解决办法

删除已经安装的:node_modules 和 package-lock.json
修改 package.json 格式如下
npm audit fix --force
npm instal

相关文章

网友评论

    本文标题:解决npm安装时出现run `npm audit fix` to

    本文链接:https://www.haomeiwen.com/subject/xmvaxctx.html