I have a problem with node.js running a small web server serving files from the file system. When starting it with node server.js
it works like a charm but when starting it with nohup or forever node.js can't find the files.
This works for me:
nohup node server.js </dev/null