node.js - Unable to install phonegap on my office machine -
since i'm behind corporate proxy couldn't use regular way of installing phonegap on office computer ("npm install -g phonegap").
thus, trying through using cntlm proxy. i've configured npm pass through cntlm proxy instead.
[npm config set proxy http://localhost:3128 npm config set https-proxy https://localhost:3128 npm config set registry "http://registry.npmjs.org/"]
but, i'm still missing phonegap installation proceeds extent , fails.
has faced similar situation before?
Comments
Post a Comment