Created
January 5, 2012 22:21
-
-
Save mandric/1567649 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ npm install -g kanso | |
npm ERR! error installing [email protected] Error: Unsupported | |
npm ERR! error installing [email protected] at checkEngine (/Users/mandric/local/node/lib/node_modules/npm/lib/install.js:570:14) | |
npm ERR! error installing [email protected] at Array.0 (/Users/mandric/local/node/lib/node_modules/npm/node_modules/slide/lib/bind-actor.js:15:8) | |
npm ERR! error installing [email protected] at LOOP (/Users/mandric/local/node/lib/node_modules/npm/node_modules/slide/lib/chain.js:15:13) | |
npm ERR! error installing [email protected] at chain (/Users/mandric/local/node/lib/node_modules/npm/node_modules/slide/lib/chain.js:20:4) | |
npm ERR! error installing [email protected] at installOne_ (/Users/mandric/local/node/lib/node_modules/npm/lib/install.js:548:3) | |
npm ERR! error installing [email protected] at installOne (/Users/mandric/local/node/lib/node_modules/npm/lib/install.js:488:3) | |
npm ERR! error installing [email protected] at /Users/mandric/local/node/lib/node_modules/npm/lib/install.js:425:9 | |
npm ERR! error installing [email protected] at /Users/mandric/local/node/lib/node_modules/npm/node_modules/slide/lib/async-map.js:54:35 | |
npm ERR! error installing [email protected] at Array.forEach (native) | |
npm ERR! error installing [email protected] at /Users/mandric/local/node/lib/node_modules/npm/node_modules/slide/lib/async-map.js:54:11 | |
npm ERR! Unsupported | |
npm ERR! Not compatible with your version of node/npm: [email protected] | |
npm ERR! Required: {"node":"0.6"} | |
npm ERR! Actual: {"npm":"1.0.22","node":"v0.4.11-pre"} | |
npm ERR! | |
npm ERR! System Darwin 11.2.0 | |
npm ERR! command "node" "/Users/mandric/local/node/bin/npm" "install" "-g" "kanso" | |
npm ERR! cwd /Users/mandric/dev/kanso-mandric | |
npm ERR! node -v v0.4.11-pre | |
npm ERR! npm -v 1.0.22 | |
The following files couldn't be removed. | |
Remove them manually and try again | |
sudo rm -rf "/Users/mandric/local/node/lib/node_modules/kanso" | |
npm ERR! | |
npm ERR! Additional logging details can be found in: | |
npm ERR! /Users/mandric/dev/kanso-mandric/npm-debug.log | |
npm not ok |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment