Skip to content

Instantly share code, notes, and snippets.

@rveitch
Created November 1, 2019 19:57
Show Gist options
  • Select an option

  • Save rveitch/450c0ab799d493c5f94579a46af1f417 to your computer and use it in GitHub Desktop.

Select an option

Save rveitch/450c0ab799d493c5f94579a46af1f417 to your computer and use it in GitHub Desktop.
Update Node via NVM
oldNode=$(nvm current) && nvm install 12.13.0 && nvm --reinstall-packages-from=${oldNode} && nvm alias default 12.13.0 && echo Now Using Node $(nvm current)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment