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
沒有問題