apm config set ftp-proxy ftp://proxy:8080
apm config set http-proxy http://proxy:8080
apm config set https-proxy https://proxy:8080
apm config set proxy http://proxy:8080
apm config set strict-ssl=false
-or try this-
npm config set registry "http://registry.npmjs.org/"
npm --proxy http://username:password@proxy...:port install <package name>
export ATOM_NODE_URL=http://gh-contractor-zcbenz.s3.amazonaws.com/atom-shell/dist
apm config list
Show all default settings:
npm config ls -l
apm config edit
node-gyp configure --proxy=http://proxy:8080
in Windows:
notepad %userprofile%\.npmrc
-or-
notepad %userprofile%\.atom\.apmrc
in Linux:
vi ~/.npmrc
-or-
vi ~\.atom\.apmrc
ftp-proxy=http://proxy:8088
http-proxy=http://proxy:8088
https-proxy=http://proxy:8088
proxy=http://proxy:8088
strict-ssl=false
apm link