问题
I Installed forever module using npm globally in my ubuntu server as super user. But i can not start my nodeJs Appliation using this. I typed "forever" in my terminal, but seems like no commands were executed. am sure that i not faced any errors while "forever" instalation. Please see the below output. I tried the same in my local machine. But it works fine. am using Express 4.
forever in ubuntu server:-

forever in my local machine ouptput as follows:-

Is there any server settings i need to do it to work?
回答1:
Myself got the answer. i did link between node and nodejs by:-
sudo ln -s /usr/bin/nodejs /usr/local/bin/node
来源:https://stackoverflow.com/questions/26863945/forever-for-nodejs-not-working-in-ubuntu-server