本文主要是介绍npm sill idealTree buildDeps 安装踩坑指南,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
参考:https://www.yuucn.com/a/1565526.html
https://blog.csdn.net/m0_65066691/article/details/128168066
https://blog.csdn.net/Johanna51/article/details/123360477
通过如下指令获得用户配置文件目录, 删除.npmrc文件
npm config get userconfig
清除缓存方法: 会出现警示(大佬可以解答一下这么做的风险)
npm cache clean --force
更换淘宝源(老生常谈)
npm config set registry http://registry.npm.taobao.org/
npm config get registry
清除代理(已按方法0操作成功 但又报错read ECONNRESET)
npm config get proxy
npm config rm proxy
npm config rm https-proxy
这篇关于npm sill idealTree buildDeps 安装踩坑指南的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!