Skip to content

Node Version Manager (NVM)

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

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

This will install the specific NodeJS version on your system. You can check for the latest NodeJS version over here

Terminal window
nvm install 22.14.0