Node is not found in Ubuntu

When running nodejs application on ubuntu

this is because the package manager named the application nodejs instead of node

make a symlink from nodejs to node and it should work

sudo ln -s /usr/bin/nodejs /usr/bin/node

Leave a Reply

Your email address will not be published. Required fields are marked *