I been searching alot and no result with same problem as me.
I have a Node.js application and I want to start it with forever start app.js
, the process starts but no website found when i try in browser. The process is in the list when I write forever list
.
Npm start
works fine but I cant use nodejs/node app.js or my_file.js.. It gives no error or something just new command line with no output in terminal.
So anyone know why I cant start the app with nodejs app.js
or forever start app.js
.. No files works.
Thanks!