TooTallNate / superagent-proxy

`Request#proxy(uri)` superagent extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NPM Installation Error

ghachey opened this issue · comments

Hi,

When installing using npm on my system with latest superagent 0.18.0 I get the following error:

npm ERR! peerinvalid The package superagent does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer superagent-proxy@0.3.0 wants superagent@~0.15.4

npm ERR! System Linux 3.11.0-12-generic
npm ERR! command "/opt/nodejs/local/bin/node" "/opt/nodejs/local/bin/npm" "install" "superagent"
npm ERR! cwd /home/ghachey/Development/Javascript/
npm ERR! node -v v0.10.26
npm ERR! npm -v 1.4.3
npm ERR! code EPEERINVALID
npm ERR! 
npm ERR! Additional logging details can be found in:
npm ERR!     /home/ghachey/Development/Javascript/npm-debug.log
npm ERR! not ok code 0

The module seems to work, but the error is annoying. Just thought you'd like to know.

Thanks for the module, I find it useful to connect to my integrated penetration testing tools.

Can you try out v0.3.1 please?

Seems good now, cheers.