I am trying to run a nodejs application I built on my windows machine unto my Ubuntu Server 14.04.
I have installed nodejs and pm2 hovewer when I try to start the pm2's web interface using pm2 web
or start my nodejs app using pm2 start myapp.js
, it throws this error: /usr/bin/env: node: No such file or directory
Am I doing something wrong?