NodeJS
Javascript runtime engine for backend or build tool processing.
Installation
- First install nvm tool
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.6/install.sh | bash
This allows you to install multiple versions of node and switch on needs
- Install the lts version of NodeJs
nvm install --lts