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 see
Myself got the answer. i did link between node and nodejs by:-
sudo ln -s /usr/bin/nodejs /usr/local/bin/node