Install nvm for Running Different Node.js Version Locally
2022/07/091 min read
bookmark this
Table of Contents
- Download the script to install nvm
- Run the script
- Restart terminal
- Verify nvm
- Install Nodo.js 14
Download the script to install nvm
curl -sL https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh -o install_nvm.sh
Run the script
bash install_nvm.sh
Restart terminal
Verify nvm
nvm list
Install Nodo.js 14
nvm install v14