Atom apm package install Error: tunneling socket could not be established
Hello all,
This is a little problem due to the fact you are probably behind a proxy. You can solve this quickly with this command lines:
MAC:
export ATOM_NODE_URL=http://gh-contractor-zcbenz.s3.amazonaws.com/atom-shell/dist
WINDOWS:
// PERMANENT
setx ATOM_NODE_URL http://gh-contractor-zcbenz.s3.amazonaws.com/atom-shell/dist /M
// TEMPORARY
setx ATOM_NODE_URL http://gh-contractor-zcbenz.s3.amazonaws.com/atom-shell/dist
then finally run
apm install [PACKAGE-NAME]
reference: Unable to install packages behind corporate proxy