npm无法下载任何东西其中的一个原因

 npm ERR!达尔文14.5.0 
 npm错误! argv“/Users/Christopher_Pelnar/.heroku/node-v4.2.1-darwin-x64/bin/node”“/Users/Christopher_Pelnar/.heroku/node-v4.2.1-darwin-x64/lib/node_modules/npm/cli .js“”install“”heroku-cli-addons“”heroku-apps“”heroku-fork“”heroku-git“”heroku-local“”heroku-run“”heroku-status“”--loglevel = 
 npm ERR! node v4.2.1 
 npm ERR! npm v3.3.8 
 npm ERR!代码ECONNRESET 
 
 npm ERR!网络隧道插座无法建立,原因=连接ETIMEDOUT 198.105.254.228:8080 
 npm错误! network这很可能不是npm本身的问题
 npm ERR!网络并与网络连接相关。 
 npm ERR!网络在大多数情况下,您是在代理后面或有坏的网络设置。 
 npm ERR! network 
 npm ERR!网络如果你在代理后面,请确保
 npm错误!网络“代理”配置设置正确。参见:'npm help config'
 
 npm ERR!请包含任何支持请求的以下文件:
 npm ERR! /Users/Christopher_Pelnar/.heroku/npm-debug.log 
  
复制代码

解决方案 删除代理设置解决了问题:

npm config rm proxy

npm config rm https-proxy

你可能感兴趣的:(npm无法下载任何东西其中的一个原因)