Skip to content

Instantly share code, notes, and snippets.

@richarddaros
Created July 19, 2020 22:43
Show Gist options
  • Select an option

  • Save richarddaros/59729d9669cd6af4c45651f914c10c70 to your computer and use it in GitHub Desktop.

Select an option

Save richarddaros/59729d9669cd6af4c45651f914c10c70 to your computer and use it in GitHub Desktop.
Install nvm ubuntu
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