Created
March 13, 2011 17:20
-
-
Save jblanche/868273 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
➜ dev npm install npm | |
npm info it worked if it ends with ok | |
npm info using [email protected] | |
npm WARN not supported on [email protected] npm | |
npm WARN npm supported engines: undefined | |
npm WARN not supported on [email protected] npm | |
npm WARN npm supported engines: undefined | |
npm WARN not supported on [email protected] npm | |
npm WARN npm supported engines: undefined | |
npm WARN not supported on [email protected] npm | |
npm WARN npm supported engines: undefined | |
npm WARN not supported on [email protected] npm | |
npm WARN npm supported engines: undefined | |
npm ERR! Error: [email protected] not compatible with your version of node | |
npm ERR! Requires: [email protected] || 0.5 | |
npm ERR! You have: [email protected] | |
npm ERR! at /usr/local/Cellar/npm/0.2.3/libexec/lib/install.js:173:32 | |
npm ERR! at c (/usr/local/Cellar/npm/0.2.3/libexec/lib/cache.js:47:12) | |
npm ERR! at /usr/local/Cellar/npm/0.2.3/libexec/lib/cache.js:54:5 | |
npm ERR! at /usr/local/Cellar/npm/0.2.3/libexec/lib/utils/read-json.js:148:11 | |
npm ERR! at /usr/local/Cellar/npm/0.2.3/libexec/lib/utils/read-json.js:58:32 | |
npm ERR! at P (/usr/local/Cellar/npm/0.2.3/libexec/lib/utils/read-json.js:40:40) | |
npm ERR! at cb (/usr/local/Cellar/npm/0.2.3/libexec/lib/utils/graceful-fs.js:28:9) | |
npm ERR! at [object Object].<anonymous> (fs.js:86:5) | |
npm ERR! at [object Object].emit (events.js:39:17) | |
npm ERR! at afterRead (fs.js:843:12) | |
npm ERR! npm install <tarball file> | |
npm ERR! npm install <tarball url> | |
npm ERR! npm install <folder> | |
npm ERR! npm install <pkg> | |
npm ERR! npm install <pkg>@<tag> | |
npm ERR! npm install <pkg>@<version> | |
npm ERR! npm install <pkg>@<version range> | |
npm ERR! | |
npm ERR! Can specify one or more: npm install ./foo.tgz bar@stable /some/folder | |
npm ERR! Installs '.' if no argument supplied | |
npm ERR! try running: 'npm help install' | |
npm ERR! Report this *entire* log at <http://github.com/isaacs/npm/issues> | |
npm ERR! or email it to <[email protected]> | |
npm not ok |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment