概述
npm install安装报错
npm install安装的时候报错:
found 5546 vulnerabilities (5546 low, 4 moderate)
run `npm audit fix` to fix them, or `npm audit` for details
解决方法:
执行 npm audit fix
没用,然后执行
npm cache clean --force
清除缓存,并删掉 node_modules
检查 package.json
文件,如果缺少 ,则执行
npm init -y
然后把包装回来
npm i
然后
npm run build
项目成功运行.
最后
以上就是迷路招牌为你收集整理的npm install 安装报错的全部内容,希望文章能够帮你解决npm install 安装报错所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复