Node.js Installation

# Install node and npm
sudo apt install nodejs npm

# Install git (probably installed already)
sudo apt install git