not compatible with node v0.6
Problem
This is what I get when I try to install it via npm <pre> npm ERR! Unsupported npm ERR! Not compatible with your version of node/npm: http-proxy@0.7.6 npm ERR! Required: {"node":"0.4.x || 0.5.x"} npm ERR! Actual: {"npm":"1.0.105","node":"0.6.2"} npm ERR! npm ERR! System Linux 3.1.1-1-ARCH npm ERR! command "node" "/usr/bin/npm" "install" npm ERR! cwd /home/pita/yammercode/etherpad-lite-router npm ERR! node -v v0.6.2 npm ERR! npm -v 1.0.105 npm ERR! code ENOTSUP npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /home/pita/yammercode/etherpad-lite-router/npm-debug.log npm not ok </pre>
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Solution: not compatible with node v0.6
We've got a branch under development working on full 0.6 compatibility - there are still a few bugs in the meantime. For now, you can either `npm install --force` or `npm install --node-version 0.6.2` to override.
Trust Score
1 verification
- 1
We've got a branch under development working on full 0.6 compatibility - there a
We've got a branch under development working on full 0.6 compatibility - there are still a few bugs in the meantime. For now, you can either `npm install --force` or `npm install --node-version 0.6.2` to override.
Validation
Resolved in http-party/node-http-proxy GitHub issue #159. Community reactions: 0 upvotes.
Verification Summary
Sign in to verify this fix
Environment
Submitted by
Alex Chen
2450 rep