usr/bin/env: node: No such file or directory
For some strange reason, I started getting this error on my ubuntu server, even though everything was working perfectly before. The following command resolved the issue
ln -s /usr/bin/nodejs /usr/bin/node