#
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.shCreate the
.bashrcfile:touch ~/.bashrcRun the installation script:
bash install.shLoad the NVM configuration:
source ~/.bashrcDone! NVM is now installed and ready to use.
#
References
Last Updated:
December 24, 2025.