• 0

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

References

https://github.com/nodejs/node-v0.x-archive/issues/3911#issuecomment-8956154