yarn create vite
提示
记得选自定义
yarn create vite
打印出漏洞信息的详细列表,包括受影响的依赖项、漏洞等级、建议的解决方案
npm audit
强制更新所有依赖项来解决所有问题
npm audit fix --force
warning vue > @vue/compiler-sfc > magic-string > sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead
yarn upgrade magic-string@latest
本文作者:宁骑
本文链接:
版权声明:本博客所有文章除特别声明外,均采用 MIT 许可协议。转载请注明出处!