npm安装NRM 报错npm ERR! network 'proxy' config is set properly. See: 'npm help config'

安装:

npm install nrm -g
报错,错误信息如下,
C:\Users\AIERXUAN>npm install nrm -g
npm WARN registry Unexpected warning for https://registry.npmjs.org/: Miscellaneous Warning ETIMEDOUT: request to https://registry.npmjs.org/nrm failed, reason: connect ETIMEDOUT 104.16.24.35:443
npm WARN registry Using stale data from https://registry.npmjs.org/ due to a request error during revalidation.
npm ERR! code ETIMEDOUT
npm ERR! errno ETIMEDOUT
npm ERR! network request to https://registry.npmjs.org/ini failed, reason: connect ETIMEDOUT 104.16.24.35: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:
npm ERR! C:\Users\AIERXUAN\AppData\Roaming\npm-cache_logs\2020-03-04T10_51_32_868Z-debug.log
在这里插入图片描述
解决:
一开始以为是node的版本问题,后台才发现是,国内由于gfw问题,导致很多国外的网站不能访问,比如bitbucket就是一个host代码的很优秀平台,但是由于该平台可能被block住,从而导致npm安装时出现奇奇怪怪的问题,

于是我尝试使用proxy来代理访问:
npm config set registry https://registry.npm.taobao.org

然后在执行:
npm install nrm -g
安装成功
C:\Users\AIERXUAN>npm install nrm -g
npm WARN deprecated coffee-script@1.7.1: CoffeeScript on NPM has moved to “coffeescript” (no hyphen)
C:\Users\AIERXUAN\AppData\Roaming\npm\nrm -> C:\Users\AIERXUAN\AppData\Roaming\npm\node_modules\nrm\cli.js

  • nrm@1.2.1
    added 494 packages from 873 contributors in 20.259s
    在这里插入图片描述
  • 6
    点赞
  • 14
    收藏
    觉得还不错? 一键收藏
  • 2
    评论
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值