Created
June 26, 2018 12:22
-
-
Save hansspiess/7f45bad6d28bba60ae4028f09061f5bd to your computer and use it in GitHub Desktop.
update node on mac
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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