现象
执行 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
再次启动项目即可
版权声明:本文为qq_33378853原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。