安装sass和其他依赖报错npm ERR! network In most cases you are behind a proxy or have bad network settings.如何解决

前言:

1、我是在安装sass其他npm install  ***等依赖时都会报错如下错误信息:

2、安装sass时报错:

npm ERR! code ETIMEDOUT
npm ERR! syscall connect
npm ERR! errno ETIMEDOUT
npm ERR! network request to https://registry.npmjs.org/sass-loader failed, reason: connect ETIMEDOUT 2606:4700::6810:1e22:443
npm ERR! network This is a problem related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad network settings.
npm ERR! network
npm ERR! network If you are behind a proxy, please make sure that the
npm ERR! network 'proxy' config is set properly.  See: 'npm help config'

npm ERR! A complete log of this run can be found in:

3、或者安装依赖时特别慢特别慢,最后因为超时报错

1、原因:

这个错误信息 ETIMEDOUT 表示在尝试连接到 npm 仓库时请求超时了。这通常是由于网络问题或配置错误导致的

2、我的解决方法:

查看当前镜像源,输入命令:

npm config get registry

切换当前镜像源为下面的镜像:

npm config set registry https://registry.npmmirror.com

清除npm 内缓存:

npm cache clean --force

重新安装install即可(会非常快)~~~~

评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值