解决 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
  1. npm audix fix
    在这里插入图片描述
  2. npm audit fix --force
    在这里插入图片描述
  3. npm audit
    在这里插入图片描述

之后重新 npm install
再次启动项目即可


版权声明:本文为qq_33378853原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。