Install nvm for Running Different Node.js Version Locally

2022/07/091 min read
bookmark this
Responsive image

Table of Contents

  1. Download the script to install nvm
  2. Run the script
  3. Restart terminal
  4. Verify nvm
  5. 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