npm install时,长时间停留在fetchMetadata: sill 或者ETIMEDOUT
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了npm install时,长时间停留在fetchMetadata: sill 或者ETIMEDOUT相关的知识,希望对你有一定的参考价值。
在网上搜了一下问题,试了两种方法:
方法一:npm install -g cnpm --registry=https://registry.npm.taobao.org and cnpm install 替代npm install
此方法在我电脑上不工作,由于security原因,下载三方库还是不能成功:
方法二: 通过配置npm config
更换仓库地址:npm config set registry https://registry.npm.taobao.org
查询当前仓库地址:npm config get registry
此方法可行。
以上是关于npm install时,长时间停留在fetchMetadata: sill 或者ETIMEDOUT的主要内容,如果未能解决你的问题,请参考以下文章
npm install时,长时间停留在fetchMetadata: sill 或者ETIMEDOUT
安装npm install时,长时间停留在fetchMetadata: sill mapToRegistry uri http://registry.npmjs.org/whatwg-fetch处(示
Visual Studio Installer 无法下载安装,长时间停留在下载界面。vs_community__1502218517.1623916988.exe
SQL Server 2014 安装卡住(挂起)或需要很长时间才能完成
Windows下Android Studio长时间停留在Building "Project Name" Gradle project info画面的解决方法