TooTallNate / node-proxy-agent

Maps proxy protocols to `http.Agent` implementations
285 stars 69 forks source link

Can't install proxy-agent using NPM #3

Closed tehdeadone closed 10 years ago

tehdeadone commented 10 years ago

Looks like one of the dependencies set for node-proxy-agent isn't working.

npm ERR! git clone https://github.com/ariya/esprima.git Cloning into bare repository 'c:\Users\markc
u\AppData\Roaming\npm-cache\_git-remotes\https-github-com-ariya-esprima-git-1bd370f9'...
npm ERR! git clone https://github.com/ariya/esprima.git
npm ERR! git clone https://github.com/ariya/esprima.git fatal: unable to access 'https://github.com/
ariya/esprima.git/': Failed connect to github.com:443; No error
npm ERR! Error: Command failed: git clone --mirror https://github.com/ariya/esprima.git c:\Users\mar
kcu\AppData\Roaming\npm-cache\_git-remotes\https-github-com-ariya-esprima-git-1bd370f9
npm ERR! fatal: unable to access 'https://github.com/ariya/esprima.git/': Failed connect to github.c
om:443; No error
npm ERR!
npm ERR!     at ChildProcess.exithandler (child_process.js:703:12)
npm ERR!     at ChildProcess.EventEmitter.emit (events.js:107:17)
npm ERR!     at maybeClose (child_process.js:825:16)
npm ERR!     at Socket.<anonymous> (child_process.js:1042:11)
npm ERR!     at Socket.EventEmitter.emit (events.js:104:17)
npm ERR!     at Pipe.close (net.js:458:12)
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR!     <http://github.com/isaacs/npm/issues>

npm ERR! System Windows_NT 6.1.7601
npm ERR! command "c:\\Program Files\\nodejs\\node.exe" "c:\\Program Files\\nodejs\\node_modules\\npm
\\bin\\npm-cli.js" "install"
npm ERR! cwd c:\Users\markcu\Documents\WarningCenter\git\warningcenter\stormtest\adaptor
npm ERR! node -v v0.11.11
npm ERR! npm -v 1.3.25
npm ERR! code 128
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR!     c:\Users\markcu\Documents\WarningCenter\git\warningcenter\stormtest\adaptor\npm-debug.l
og
npm ERR! not ok code 0
TooTallNate commented 10 years ago

Is this still an issue?

tehdeadone commented 10 years ago

It seems to be. I just tried 'npm install proxy-agent' and get the same error.

TooTallNate commented 10 years ago

Perhaps try updating your node/npm versions (I'd even recommend downgrading to v0.10.x versions, since v0.11.x is considered unstable). It installs fine for me.