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

Installing forever-monitor fails for node 0.6.10 #1

Closed
rhythmicdevil opened this issue Jul 10, 2012 · 4 comments
Closed

Installing forever-monitor fails for node 0.6.10 #1

rhythmicdevil opened this issue Jul 10, 2012 · 4 comments

Comments

@rhythmicdevil
Copy link

[swright@swright-dev noschema]$ npm install forever-monitor
npm http GET https://registry.npmjs.org/forever-monitor
npm http 200 https://registry.npmjs.org/forever-monitor

npm ERR! Error: No compatible version found: forever-monitor
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! npm-@googlegroups.com
npm ERR!
npm ERR! System Linux 2.6.18-274.el5
npm ERR! command "node" "/usr/local/bin/npm" "install" "forever-monitor"
npm ERR! cwd /home/swright/code/noschema
npm ERR! node -v v0.6.10
npm ERR! npm -v 1.1.0-3
npm ERR! message No compatible version found: forever-monitor
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! /home/swright/code/noschema/npm-debug.log
npm not ok

@indexzero
Copy link
Member

This is by definition. This library only works with node@0.8.x

@rhythmicdevil
Copy link
Author

Actually all I had to do was install as root and it works fine. I did not think I needed to be root as the application and its associated libs are in my home directory.

@indexzero
Copy link
Member

@rhythmicdevil This is still not ideal, there may be unintended side effects. Just FYI: you should upgrade to node@0.8.x

@rhythmicdevil
Copy link
Author

Ok cool thanks man. I cant upgrade at the moment but will do so as soon as possible.

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

2 participants