I saw few others get this error while they have to add proxy to make it to work.
npm WARN `git config --get remote.origin.url` returned wrong result (https://github.com/Benvie/harmony-collections.git)
npm ERR! git clone https://github.com/Benvie/harmony-collections.git Cloning into bare repository 'C:\Users\username\.atom\.node-gyp\.atom\.apm\_git-remotes\https-github-com-Benvie-harmony-collections-git-df214100'...
So I have node and npm installed on my computer and I was able to config npm proxy based on input from http://jjasonclark.com/how-to-setup-node-behind-web-proxy
With that help I was able to install harmony-collections directly using npm
However, that proxy is not being taken by npm that apm is referring to. Any idea how to change the config of the npm within apm?
I already have proxy listed in my .apmrc file as
http-proxy = http://proxyserver:8080
https-proxy = http://proxyserver:8080
strict-ssl = false