How to Install NVM on AIO Eggs
Node Version Manager (NVM) is a POSIX-compliant bash script to manage multiple active node.js versions.
Installation Steps
Follow these steps to install NVM on your AIO egg:
-
Download the NVM installation script:
wget https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh -
Create the
.bashrcfile:touch ~/.bashrc -
Run the installation script:
bash install.sh -
Load the NVM configuration:
source ~/.bashrc -
Done! NVM is now installed and ready to use.
References
Last Updated:
December 24, 2025.