Guides

Node Version Manager (NVM)

Node Version Manager (NVM) is a tool that allows you to manage multiple versions of Node.js on your system. It is a command-line tool that makes it easy to switch between different versions of Node.js and manage your development environment.

Install NVM

You can install NodeJS easily on your Linux system. This install script will install NVM. Check for the latest version over here

bash
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash

Install Node.js

This will install the latest stable node version

bash
nvm install --lts