forever for nodeJs not working in ubuntu server

4k views Asked by At

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:-

enter image description here

forever in my local machine ouptput as follows:-

enter image description here

Is there any server settings i need to do it to work?

1

There are 1 answers

3
Dinoop V P On BEST ANSWER

Myself got the answer. i did link between node and nodejs by:-

sudo ln -s /usr/bin/nodejs /usr/local/bin/node