Skip to content

Instantly share code, notes, and snippets.

@crshmk
Created November 11, 2018 18:13
Show Gist options
  • Save crshmk/2b43b5616dbfe922774ef3110d30145f to your computer and use it in GitHub Desktop.
Save crshmk/2b43b5616dbfe922774ef3110d30145f to your computer and use it in GitHub Desktop.
update node
# https://github.com/creationix/nvm
nvm install node --reinstall-packages-from=node
nvm ls
nvm alias default ${newVersion}
nvm uninstall ${oldVersion}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment