Skip to content

Instantly share code, notes, and snippets.

@garlandkr
Created September 13, 2011 21:40
Show Gist options
  • Save garlandkr/1215245 to your computer and use it in GitHub Desktop.
Save garlandkr/1215245 to your computer and use it in GitHub Desktop.
node install connect
npm ERR! Unsupported
npm ERR! Not compatible with your version of node/npm: connect@1.6.1
npm ERR! Required: {"node":">= 0.4.1 < 0.5.0"}
npm ERR! Actual: {"npm":"1.0.27","node":"v0.5.5"}
npm ERR!
npm ERR! System Linux 2.6.35-30-virtual
npm ERR! command "node" "/home/ubuntu/local/bin/npm" "install" "connect"
npm ERR! cwd /home/ubuntu
npm ERR! node -v v0.5.5
npm ERR! npm -v 1.0.27
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/ubuntu/npm-debug.log
npm not ok
node install -d ~/connect (from git clone of master)
pm info it worked if it ends with ok
npm info using npm@1.0.27
npm info using node@v0.5.5
npm info shasum 9e1e9c9e20bdfca383cfe0b19978fa66e53743b7
npm info shasum /home/ubuntu/.npm/connect/1.6.1/package.tgz
npm info into /home/ubuntu connect@1.6.1
npm info installOne connect@1.6.1
npm ERR! Unsupported
npm ERR! Not compatible with your version of node/npm: connect@1.6.1
npm ERR! Required: {"node":">= 0.4.1 < 0.5.0"}
npm ERR! Actual: {"npm":"1.0.27","node":"v0.5.5"}
npm ERR!
npm ERR! System Linux 2.6.35-30-virtual
npm ERR! command "node" "/home/ubuntu/local/bin/npm" "install" "-d" "/home/ubuntu/connect"
npm ERR! cwd /home/ubuntu
npm ERR! node -v v0.5.5
npm ERR! npm -v 1.0.27
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/ubuntu/npm-debug.log
npm not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment