出现这个问题的背景我交代一下。
我将 hexo 进行多终端写作的时候,MacBook 也是其中一个终端,但是,我 npm 的时候,总是出错,其在最后出现了这个。
我是按照他给我的提示进行修复的。
执行
npm audit fix
然后其又出现提示
use `npm audit fix --force` to install breaking changes; or refer to `npm audit` for steps to fix these manually
说实话,这个没懂
我就直接按照提示
npm audit fix --force
然后就出现
fixed 6 of 6 vulnerabilities in 11466 scanned packages
然后我 npm 就没有错误了。
最后可以执行
npm audit
查看修复成果。
ps: 再次更新
出现这个原因是 npm 自动检查哪里有漏洞,但是,这个有时候不管也可以,不影响使用。