I have the opposite problem to:
#92
On my local machine with nodemon everything works fine. On the server exec only gives me stderr and the code (which is 0 which equals no error).
I'm using node v.5.0.0. And it is started with pm2 on the server.
I actually don't know if this is a bug or maybe s.th. with the server config.
I have the opposite problem to:
#92
On my local machine with nodemon everything works fine. On the server exec only gives me stderr and the code (which is
0which equalsno error).I'm using node v.5.0.0. And it is started with
pm2on the server.I actually don't know if this is a bug or maybe s.th. with the server config.