sudo apt-get --purge remove node
sudo apt-get --purge remove nodejs-legacy
sudo apt-get --purge remove nodejs
sudo apt-get install nodejs-legacy
source ~/.profile
Combined the accepted answer with source ~/.profile
from the comment that has been folded and some clean up commands before. Most likely you will also need to sudo apt-get install npm
after.