1.0.2 • Published 10 years ago
proxy-support v1.0.2
proxy-support 
Replace globalAgent with tunnel-agent
Install
$ npm install --save proxy-support -gUsage
Most tools (which use request, got, etc...) are using global Agent from http, so to fix proxy support you should do something like this:
alias node="node -r proxy-support"This should work from iojs@1.6.0.
License
MIT © Vsevolod Strukchinsky