nvm
This is an old revision of the document!
Table of Contents
NVM Install
Now, you system is ready for the installation. Update the Homebrew package list and install NVM.
brew update brew install nvm
Next, create a directory for NVM in home.
mkdir ~/.nvm
Now, configure the required environment variables. Edit the following configuration file in your home directory:
vim ~/.bash_profile
nvm uninstall 14 arch -x86_64 zsh nvm install 14 nvm alias default 14
nvm.1640073414.txt.gz · Last modified: 2023/09/14 06:06 (external edit)