Skip to content

Instantly share code, notes, and snippets.

@r3xakead0
Created February 5, 2024 15:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r3xakead0/43063e7aa9fb7bb41495ecc23019091a to your computer and use it in GitHub Desktop.
Save r3xakead0/43063e7aa9fb7bb41495ecc23019091a to your computer and use it in GitHub Desktop.
Install nvm on Linux Ubuntu
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