npm安装报错: errno ETIMEDOUT network request toXXX failed, reason: connect ETIMEDOUT

本文记录了使用npm安装html2canvas过程中遇到的网络错误,并详细介绍了如何排查和解决该问题,包括检查网络代理设置、清理缓存及更换npm源等步骤。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

npm install --save html2canvas 

今天执行这段安装报错:

npm WARN using --force I sure hope you know what you are doing.
npm ERR! errno ETIMEDOUT
npm ERR! network request to http://registry.npmjs.org/html2canvas failed, reason: connect ETIMEDOUT 104.16.17.35:80
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:
npm ERR!     D:\nodejs\node_cache\_logs\2022-11-18T01_42_13_930Z-debug.log

1、查询下网络代理:

npm config get proxy

==》false

npm config get npm config get https-proxy

==>undefined

npm config get registry

==》http://registry.npmjs.org/

2、重新设置代理

 npm config set proxy false

 npm cache clean --force

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

3、安装成功

4、如果用官方源也不能连接的话,试试淘宝源(推荐)

$ npm config set registry http://registry.npm.taobao.org/

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值