问题:
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
解决:
npm audit fix --force
问题:
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
解决:
npm audit fix --force
转载于:https://www.cnblogs.com/hankleo/p/11595156.html