I am new to NodeJS. I tried using my node js application in my local machine, with installing forever module, script runs continuously But when I deploy my application in VPS(Godaddy). Node application runs fine. I tried installing forever inorder to run my script continuously, with command
npm install forever -g.
It installs the module but when trying to run it with command
forever start app.js
says forever command not found. Can anyone guide me what am I doing wrong? Any help will be appreciated.