User Tools

Site Tools


nvm

This is an old revision of the document!


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

and, add below lines to ~/.bash_profile ( or ~/.zshrc for macOS Catalina or later)

nvm uninstall 14
arch -x86_64 zsh 
nvm install 14
nvm alias default 14
nvm.1640073439.txt.gz · Last modified: 2023/09/14 06:06 (external edit)