found 84 vulnerabilities (65 low, 7 moderate, 11 high, 1 critical) vue使用时提示有漏洞

found 84 vulnerabilities (65 low, 7 moderate, 11 high, 1 critical)
  run `npm audit fix` to fix them, or `npm audit` for details

vue使用时提示有漏洞,那么就是直接按照后面提示的命令npm audit fix 就能够解决
以后会有报错vue

npm ERR! code ELOCKVERIFY
npm ERR! Errors were found in your package-lock.json, run  npm install  to fix t
hem.
npm ERR!     Missing: chromedriver@^2.27.2

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Administrator\AppData\Roaming\npm-cache\_logs\2019-08-14T0
2_42_33_902Z-debug.log

请清除缓存web

npm cache clean --force