-
Notifications
You must be signed in to change notification settings - Fork 64
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-service can't find node on centos 7 #87
Comments
Any update on this would help, facing same issues Amazon AMI. |
Can you try solution found in #50 |
Worked well with solution provided in #50 |
I have an error something like that:
but not working, the service install ok, but not run the script, checking the service status:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi I am getting an error, which seems to say it is trying to run node as "/usr/bin/env: node", not "/usr/bin/env node".
forever-service version 0.5.9
Platform - CentOS Linux release 7.2.1511 (Core)
socketServer provisioned successfully
Commands to interact with service socketServer
Start - "sudo service socketServer start"
Stop - "sudo service socketServer stop"
Status - "sudo service socketServer status"
Restart - "sudo service socketServer restart"
/usr/bin/env: node: No such file or directory
Starting socketServer
/usr/bin/env: node: No such file or directory
Service could not be started
The text was updated successfully, but these errors were encountered: