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

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

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

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

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

npm config get registry

输出淘宝镜像路径

  1. 继续运行

npm install

就可以继续安装成功

posted @ 2022-11-12 11:29  杀马特、阿希  阅读(249)  评论(0)    收藏  举报