You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: