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

Forever installation issue #452

Closed
Redsandro opened this issue Aug 2, 2013 · 1 comment
Closed

Forever installation issue #452

Redsandro opened this issue Aug 2, 2013 · 1 comment

Comments

@Redsandro
Copy link

npm install forever --global on Ubuntu 13.04 running node.js 0.6.19 went fine. But cannot run due to binary named nodejs in stead of node.

Easy fix by editing sudo nano $(which forever) and changing node into nodejs.

Now forever won't run.

Error: Cannot find module './daemon.v0.6.19'

Tried sudo, although I shouldn't, but doesn't work either.

I read in other issues that this is due to updating node after installing forever, but this is a brand new virtual machine. Am I overlooking something?

Maybe here's something relevant, but I shouldn't have to use sudo, right?
request/request#226 (comment)

-edit-

Here too, everyone seems to be able to fix it by reinstalling forever. What am I doing wrong?
#283 (comment)

@julianduque
Copy link
Contributor

forever is supported in >= 0.8.x so it will fail on 0.6.19

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