Skip to content

Instantly share code, notes, and snippets.

@josdem
Last active April 24, 2023 18:48
Show Gist options
  • Save josdem/014f3afac8efe54d405f7092f57d7b21 to your computer and use it in GitHub Desktop.
Save josdem/014f3afac8efe54d405f7092f57d7b21 to your computer and use it in GitHub Desktop.
#List available node releases
nvm ls-remote
#Install specific node version
nvm install <node_version>
#Install LTS release
nvm install --lts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment