0
点赞
收藏
分享

微信扫一扫

1.运行npm install 时,卡在sill idealTree buildDeps没有反应

程序员伟杰 2022-03-11 阅读 85

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://blog.csdn.net/zjq_1234/article/details/88946863

举报

相关推荐

0 条评论