To install NVM (Node Version Manager) on Ubuntu 24.10, follow these simple steps:
Step 1 : Start by updating your system's package list:
Step 2 : Install essential packages required for building and running NVM:
Step 3 : Download the NVM installation script and run it:
Step 4 : Activate NVM by sourcing the .bashrc
file:
Step 5 : Check if NVM is successfully installed:
Step 6 : Basic Usage
- Install Node.js:
Replace <version>
with the desired Node.js version (e.g., 22
).
- Use a Specific Version:
- Set Default Node.js Version:
- Check Node.js Version:
- List Installed Versions:
Congratulations! You have successfully installed NVM on Ubuntu 24.10.