Node
Install Node¶
curl -fsSL https://deb.nodesource.com/setup_current.x | sudo -E bash -
sudo apt-get install -y nodejs
check it
configure
Add the node binaries to PATH by putting the following content into ~/.profile
and then update the environment