[Resolved] error run `npm audit fix` to fix them, or` npm audit` for details

problem:

added 246 packages from 681 contributors and audited 382 packages in 17.509s
found 13 vulnerabilities (4 low, 6 moderate, 2 high, 1 critical)
  run `npm audit fix` to fix them, or `npm audit` for details

solve:

npm audit fix --force

Guess you like

Origin www.cnblogs.com/hankleo/p/11595156.html