Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while installing with command line #44

Open
ghost opened this issue Mar 20, 2012 · 1 comment
Open

Error while installing with command line #44

ghost opened this issue Mar 20, 2012 · 1 comment

Comments

@ghost
Copy link

ghost commented Mar 20, 2012

Hi, I have a problem when installing nide "sudo install-g nper nide". Here is a log of errors

npm http GET https://registry.npmjs.org/nide
npm http 304 https://registry.npmjs.org/nide

npm ERR! Error: No compatible version found: nide
npm ERR! No valid targets found.
npm ERR! Perhaps not compatible with your version of node?
npm ERR! at installTargetsError (/usr/local/lib/node_modules/npm/lib/cache.js:488:10)
npm ERR! at next_ (/usr/local/lib/node_modules/npm/lib/cache.js:438:17)
npm ERR! at next (/usr/local/lib/node_modules/npm/lib/cache.js:415:44)
npm ERR! at /usr/local/lib/node_modules/npm/lib/cache.js:408:5
npm ERR! at saved (/usr/local/lib/node_modules/npm/lib/utils/npm-registry-client/get.js:147:7)
npm ERR! at Object.oncomplete (/usr/local/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:231:7)
npm ERR! You may report this log at:
npm ERR! http://github.com/isaacs/npm/issues
npm ERR! or email it to:
npm ERR! [email protected]
npm ERR!
npm ERR! System Darwin 11.3.0
npm ERR! command "node" "/usr/local/bin/npm" "install" "-g" "nide"
npm ERR! cwd /Users/xxxx/Projects/node
npm ERR! node -v v0.7.7-pre
npm ERR! npm -v 1.1.1
npm ERR! message No compatible version found: nide
npm ERR! message No valid targets found.
npm ERR! message Perhaps not compatible with your version of node?
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /Users/xxxx/Projects/node/npm-debug.log
npm not ok

@aegypius
Copy link
Contributor

Hi @igorissen !

Your node version is 0.7.7-pre, nide will run in any 0.6.x but not on 0.7 yet.

A lot of modules are in this state at the moment. I would suggest you to downgrade your node version to 0.6.15 (which is the current stable version).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant