Skip to content

Instantly share code, notes, and snippets.

@juliends
Last active November 9, 2020 19:17
Show Gist options
  • Save juliends/68061f8b959666411d3dbd40fe5db360 to your computer and use it in GitHub Desktop.
Save juliends/68061f8b959666411d3dbd40fe5db360 to your computer and use it in GitHub Desktop.
Install of NVM (Node version manager) for Mac users

brew install nvm

restart terminal

nvm install 14.15

nvm alias default 14.15

restart terminal

node -v

=> 14.15 should be displayed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment