Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@nickfox
Created October 10, 2011 18:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nickfox/1276055 to your computer and use it in GitHub Desktop.
Save nickfox/1276055 to your computer and use it in GitHub Desktop.
npm ERR! error installing express@3.0.0alpha1 Error: Unsupported
npm ERR! error installing express@3.0.0alpha1 at checkEngine (/usr/local/lib/node_modules/npm/lib/install.js:493:14)
npm ERR! error installing express@3.0.0alpha1 at Array.0 (/usr/local/lib/node_modules/npm/node_modules/slide/lib/bind-actor.js:15:8)
npm ERR! error installing express@3.0.0alpha1 at LOOP (/usr/local/lib/node_modules/npm/node_modules/slide/lib/chain.js:15:13)
npm ERR! error installing express@3.0.0alpha1 at chain (/usr/local/lib/node_modules/npm/node_modules/slide/lib/chain.js:20:4)
npm ERR! error installing express@3.0.0alpha1 at installOne_ (/usr/local/lib/node_modules/npm/lib/install.js:471:3)
npm ERR! error installing express@3.0.0alpha1 at installOne (/usr/local/lib/node_modules/npm/lib/install.js:411:3)
npm ERR! error installing express@3.0.0alpha1 at /usr/local/lib/node_modules/npm/lib/install.js:347:9
npm ERR! error installing express@3.0.0alpha1 at /usr/local/lib/node_modules/npm/node_modules/slide/lib/async-map.js:54:35
npm ERR! error installing express@3.0.0alpha1 at Array.forEach (native)
npm ERR! error installing express@3.0.0alpha1 at /usr/local/lib/node_modules/npm/node_modules/slide/lib/async-map.js:54:11
npm ERR! error rolling back express@3.0.0alpha1 Error: UNKNOWN, Success '/home/nick/node_modules/express'
npm ERR! Unsupported
npm ERR! Not compatible with your version of node/npm: commander@0.0.4
npm ERR! Required: {"node":"0.4.x"}
npm ERR! Actual: {"npm":"1.0.93","node":"0.5.9-pre"}
npm ERR!
npm ERR! System Linux 2.6.39.1-linode34
npm ERR! command "node" "/usr/local/bin/npm" "install" "git://github.com/visionmedia/express.git"
npm ERR! cwd /home/nick/node/example/test
npm ERR! node -v v0.5.9-pre
npm ERR! npm -v 1.0.93
npm ERR! code ENOTSUP
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/nick/node/example/test/npm-debug.log
npm not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment