编程语言
首页 > 编程语言> > node运行npm i 时卡在sill install loadAllDepsIntoIdealTree不动-解决

node运行npm i 时卡在sill install loadAllDepsIntoIdealTree不动-解决

作者:互联网

 npm install一直停留在fetchMetadata: sill mapToRegistry uri http://registry.npmjs.org/whatwg-fetch可以使用如下命令设置为淘宝的镜像源:

npm config set registry https://registry.npm.taobao.org 

使用如下命令检验是否成功:

npm config get registry 

 输出淘宝镜像路径

继续运行 npm install ,安装过程畅通无阻

标签:node,npm,时卡,sill,registry,install,org,config
来源: https://blog.csdn.net/JackieDYH/article/details/116231902