解决 run `npm audit fix` to fix them, or `npm audit` for details
现象
执行 npminstall 后出现 run npm audit fix to fix them, or npm audit for details
解决方案
npm audit fix
npm audit fix --force
npm audit
npm audix fix
npm audit fix --force
npm audit
之后重新 npm install
再次启动项目即可
原创
2020-07-13 18:05:21 ·
1868 阅读 ·
0 评论