npm错误:无法建立tunneling套接字,原因=连接ETIMEDOUT [英] npm error: tunneling socket could not be established, cause=connect ETIMEDOUT

查看:8435
本文介绍了npm错误:无法建立tunneling套接字,原因=连接ETIMEDOUT的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个应用程序使用Rails框架并实现AngularJs作为前端的一部分。

一切都Heroku和安装Heroku Toolbelt,但是当我尝试迁移数据库使用heroku运行rake db:迁移我收到以下错误:

Installing core plugins heroku-cli-addons, heroku-apps, heroku-fork, heroku-git, heroku-local, heroku-run, heroku-status...
Error installing package. Try running again with GODE_DEBUG=info to see more output.
 !    `run` is not a heroku command.
 !    Perhaps you meant `-h`, `2fa`, `auth`, `join`, `open`, `orgs`, `pg`, `ps` or `rake`.
 !    See `heroku help` for a list of available commands.




然后运行命令GODE_DEBUG = info heroku run rake db:迁移并收到此错误:

I then run the command "GODE_DEBUG=info heroku run rake db:migrate" and receive this error:



npm ERR! Darwin 14.5.0
npm ERR! 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=info"
npm ERR! node v4.2.1
npm ERR! npm  v3.3.8
npm ERR! code ECONNRESET

npm ERR! network tunneling socket could not be established, cause=connect ETIMEDOUT 198.105.254.228:8080
npm ERR! network This is most likely not a problem with npm itself
npm ERR! network and is 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! Please include the following file with any support request:
npm ERR!     /Users/Christopher_Pelnar/.heroku/npm-debug.log


推荐答案

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

npm config rm proxy < br>
npm config rm https-proxy

这篇关于npm错误:无法建立tunneling套接字,原因=连接ETIMEDOUT的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆