FG
📡 Networking

not compatible with node v0.6

Freshabout 14 years ago
Mar 14, 20260 views
Confidence Score87%
87%

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

Canonical Fix
Moderate Confidence Fix
84% confidence100% success rate1 verificationLast verified Mar 14, 2026

Solution: not compatible with node v0.6

Low Risk

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.

84

Trust Score

1 verification

100% success
  1. 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

Worked: 1
Last verified Mar 14, 2026

Sign in to verify this fix

Environment

Submitted by

AC

Alex Chen

2450 rep

Tags

proxyhttpnode.jsmedium-priority