I am trying to install node http-proxy with the following:
npm install http-proxy
But I get this error:
npm ERR! Unsupported
npm ERR! Not compatible with your version of node/npm: [email protected]
npm ERR! Required: {"node":"= 0.4.7"}
npm ERR! Actual: {"npm":"1.0.6","node":"v0.5.0-pre"}
npm ERR!
npm ERR! System Linux 2.6.18-028stab070.14
npm ERR! command "node" "/usr/local/bin/npm" "install" "http-proxy"
It says that it is unsupported with my version of Node.js. But I have v0.5.0 installed which is above the necessary v0.4.7.
Is node http-proxy only compatible with v0.4.7? Any ideas?