-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Comments
Duplicate #944. |
npm config set proxy http://127.0.0.1:1080
npm i node-sass
// delete proxy
npm config delete proxy It solves the problem |
@monsterooo .It's work for me |
it didn't work for me, may be in company proxy is blocking it |
hi |
I got the same kind of error.
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? |
Follow the steps at: |
it works for me! Thanks |
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)
The text was updated successfully, but these errors were encountered: