Issue: After you install express-generator on your Ubuntu machine and try to run it like express -h You may encounter an error saying “/usr/bin/env: node: No such file or directory” Solution: The issue is that the Node executable for Ubuntu is nodejs instead of node. So to get around this situation, […]
The post Ubuntu – “node: No such file or directory” error on using express-generator appeared first on Discretelogix.