Notes to Self

Alex Sokolsky's Notes on Computers and Programming

node

brew install node works well enough.

apt install node installs a version which is obsolete.

Therefore the plan is to install node version manager and then use it to install node.

sudo npm install -g n
sudo n stable

Verify it:

node --version