npm install express [..................] / idealTree:project: sill idealTree bui site:blog.csdn.net
时间:2020-12-13 08:12:28
收藏:0
阅读:754
运行npm install 时,卡在sill install loadAllDepsIntoIdealTree不动
1. npm install一直停留在fetchMetadata: sill mapToRegistry uri http://registry.npmjs.org/whatwg-fetch可以使用如下命令设置为淘宝的镜像源:
npm config set registry https://registry.npm.taobao.org
2. 使用如下命令检验是否成功:
npm config get registry
输出淘宝镜像路径
3. 继续运行 npm install ,安装过程畅通无阻
原文:https://www.cnblogs.com/alanso/p/14127506.html
评论(0)