Created
November 11, 2018 18:13
-
-
Save crshmk/2b43b5616dbfe922774ef3110d30145f to your computer and use it in GitHub Desktop.
update node
This file contains hidden or 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
# 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