I have gone through so many questions regarding forever module for nodejs APP, but did not find my answer.
Forever module is working fine on a Linux box
Forever
I had this same issue and found that it was because I was running forever start with sudo (on Linux) so that I could run a production site on port 80. This did the trick:
sudo forever list