Installing node in ubuntu

Posted by Andrew Denner on April 30, 2017 · 1 min read

Many packages depend on nodejs being named node. Due to a name conflict with some ham radio package the nice people of ubuntu helpfully broke many packages by naming it nodejs. To fix it run the following command from someone who has sudo rights.

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