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

Nodejs v0.10.28 compatible? #557

Closed
bruno-fernandes opened this issue May 13, 2014 · 2 comments
Closed

Nodejs v0.10.28 compatible? #557

bruno-fernandes opened this issue May 13, 2014 · 2 comments

Comments

@bruno-fernandes
Copy link

Is Forever compatible with Nodejs v0.10.28?
I tried to install v0.11.1 (sudo npm install [email protected]) and got the following error message:

Unsupported
npm ERR! Not compatible with your version of node/npm: [email protected]

Previously tried to install it without pass the version param (sudo npm install forever), installation was completed successfully, but when i tried to run it got the following error:

module.js:340
throw err;
^
Error: Cannot find module './daemon.v0.10.28'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object. (/usr/local/lib/node_modules/forever/node_modules/daemon/lib/daemon.js:12:11)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)

@chevett
Copy link

chevett commented May 17, 2014

I'm using [email protected] with [email protected] and I'm not having that problem.

@indexzero
Copy link
Member

You must be using an ancient version of forever that still uses daemon. This version is from several years ago and you should update:

npm uninstall forever -g
npm install forever -g

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

3 participants