Skip to content

Instantly share code, notes, and snippets.

@hansspiess
Created June 26, 2018 12:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hansspiess/7f45bad6d28bba60ae4028f09061f5bd to your computer and use it in GitHub Desktop.
Save hansspiess/7f45bad6d28bba60ae4028f09061f5bd to your computer and use it in GitHub Desktop.
update node on mac
# node version manager: list available versions
nvm ls
# nvm: see https://github.com/creationix/nvm
# node: get active version
node -v
# activate node version via nvm
nvm use 8
# if not installed...
nvm install 8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment