Created
July 19, 2020 22:43
-
-
Save richarddaros/59729d9669cd6af4c45651f914c10c70 to your computer and use it in GitHub Desktop.
Install nvm ubuntu
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
| sudo apt update | |
| sudo apt install build-essential -y | |
| curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash | |
| # show nvm version | |
| nvm --version | |
| # list all remote node | |
| nvm ls-remote node |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment