I have a nodeJS server that I want to run forever.
I found this package https://github.com/foreverjs/forever
I installed it using this command line sudo npm install forever -g
But when I test it, there is no output (even not for help).
What it can be?