-bash: /usr/sbin/node: No such file or directory

Normal Ubuntu 14.04 install commands:

sudo apt-get update
sudo apt-get install nodejs
sudo apt-get install npm

If the following error occurs:
-bash: /usr/sbin/node: No such file or directory

The fix is the following command:

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