Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: connect ETIMEDOUT 192.30.253.113:443 #1781

Closed
PrismPrince opened this issue Nov 11, 2016 · 8 comments
Closed

Error: connect ETIMEDOUT 192.30.253.113:443 #1781

PrismPrince opened this issue Nov 11, 2016 · 8 comments

Comments

@PrismPrince
Copy link

PrismPrince commented Nov 11, 2016

Which operating system are you using:
Windows 10 x64

Please describe the steps you took when trying to install Yarn and what went wrong:
===from log file of yarn===

Trace:
Error: connect ETIMEDOUT 192.30.253.113:443
at Object.exports._errnoException (util.js:1026:11)
at exports._exceptionWithHostPort (util.js:1049:20)
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1085:14)

@wyze
Copy link
Member

wyze commented Nov 11, 2016

Duplicate #944.

@wyze wyze closed this as completed Nov 11, 2016
@wyze wyze added the duplicate label Nov 11, 2016
@monsterooo
Copy link

monsterooo commented Nov 16, 2017

npm config set proxy http://127.0.0.1:1080
npm i node-sass

// delete proxy
npm config delete proxy

It solves the problem

@MichaelJokAr
Copy link

@monsterooo .It's work for me

@vinay0458
Copy link

vinay0458 commented Feb 9, 2018

it didn't work for me, may be in company proxy is blocking it

@ghost
Copy link

ghost commented Mar 5, 2018

hi
@vinay0458 did you got any answer for that?this error

@MenukaIshan
Copy link

I got the same kind of error.

Error: connect ETIMEDOUT 151.101.240.133:443

In my case it was company firewall was blocking the connection. First, use an open wifi connection to check whether company proxy is the problem?

@rashmimilan
Copy link

Follow the steps at:
https://docs.cloudfoundry.org/cf-cli/http-proxy.html
and most importantly, reboot your machine. Then try command "pkg . "
It worked!

@wanmaoor
Copy link

npm config set proxy http://127.0.0.1:1080
npm i node-sass

// delete proxy
npm config delete proxy

It solves the problem

it works for me! Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants