You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Duplicate of #117. @ericrange how did you get around this?
I am not behind a proxy and so I am unable to reproduce this issue. I'd recommend you take a look at atom/atom#2268 (comment) and hopefully something works for you. If you do find a solution, please post it here so others can use it, too.
npm config set https_proxy="http://server:8080"
npm config set https-proxy="http://server:8080"
npm config set proxy="http://server:8080"
npm config set http_proxy="http://server:8080"
I'm behind proxy but atom and other packages are installed fine.
The text was updated successfully, but these errors were encountered: