Created
February 5, 2024 15:27
-
-
Save r3xakead0/43063e7aa9fb7bb41495ecc23019091a to your computer and use it in GitHub Desktop.
Install nvm on Linux Ubuntu
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
sudo apt update | |
sudo apt install -y curl | |
curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash | |
nvm install node | |
nvm install 18.19.0 | |
nvm list | |
nvm use 18.19.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment