Skip to content

Instantly share code, notes, and snippets.

@gashcrumb
Created September 14, 2011 17:26
Show Gist options
  • Save gashcrumb/1217166 to your computer and use it in GitHub Desktop.
Save gashcrumb/1217166 to your computer and use it in GitHub Desktop.
coffeejade install failure
]sudo npm install -g coffeejadenpm ERR! error installing coffeejade@1.0.0 Error: Unsupported
npm ERR! error installing coffeejade@1.0.0 at checkEngine (/usr/lib/node_modules/npm/lib/install.js:567:14)
npm ERR! error installing coffeejade@1.0.0 at nextStep (/usr/lib/node_modules/npm/lib/utils/chain.js:54:8)
npm ERR! error installing coffeejade@1.0.0 at chain (/usr/lib/node_modules/npm/lib/utils/chain.js:27:3)
npm ERR! error installing coffeejade@1.0.0 at installOne_ (/usr/lib/node_modules/npm/lib/install.js:545:3)
npm ERR! error installing coffeejade@1.0.0 at installOne (/usr/lib/node_modules/npm/lib/install.js:485:3)
npm ERR! error installing coffeejade@1.0.0 at /usr/lib/node_modules/npm/lib/install.js:422:9
npm ERR! error installing coffeejade@1.0.0 at /usr/lib/node_modules/npm/lib/utils/async-map.js:57:35
npm ERR! error installing coffeejade@1.0.0 at Array.forEach (native)
npm ERR! error installing coffeejade@1.0.0 at /usr/lib/node_modules/npm/lib/utils/async-map.js:57:11
npm ERR! error installing coffeejade@1.0.0 at Array.forEach (native)
npm ERR! Unsupported
npm ERR! Not compatible with your version of node/npm: commander@0.1.0
npm ERR! Required: {"node":"0.4.x"}
npm ERR! Actual: {"npm":"1.0.17","node":"v0.5.4"}
npm ERR!
npm ERR! System Darwin 11.1.0
npm ERR! command "node" "/usr/bin/npm" "install" "-g" "coffeejade"
npm ERR! cwd /Users/gashcrumb/Work/Source
npm ERR! node -v v0.5.4
npm ERR! npm -v 1.0.17
The following files couldn't be removed.
Remove them manually and try again
sudo rm -rf "/usr/lib/node_modules/coffeejade"
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /Users/gashcrumb/Work/Source/npm-debug.log
npm not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment