I am trying to run a nodejs application that I built on my Windows machine on my Ubuntu Server 14.04.
I installed nodejs and pm2 hoverwer when I try to start the pm2 web interface using pm2 web or run the nodejs application using pm2 start myapp.js it gives this error: /usr/bin/env: node: No such file or directory
Am I doing something wrong?
source share