found 1 high severity vulnerability run `npm audit fix` to fix them, or `npm audit` for detail


found 1 high severity vulnerability
  run `npm audit fix` to fix them, or `npm audit` for detail

解决方法:

npm audit
npm audit fix

 

 

 

详细过程:

 

在进行npm install joi时,出现这个。

 

 

控制台已经给出了建议:run `npm audit fix` to fix them, or `npm audit` for details。

 

我们可以运行npm audit查看细节

 

 

 然后再运行npm audit fix

 

 

 然后npm audit

 

 

然后可以了。

 

验证一下是否成功,npm install

 

 没有问题

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM