Skip to content

Instantly share code, notes, and snippets.

@arnoldc
Last active March 11, 2024 16:34
Show Gist options
  • Save arnoldc/966e5ec14082036eb73a6441fe44999c to your computer and use it in GitHub Desktop.
Save arnoldc/966e5ec14082036eb73a6441fe44999c to your computer and use it in GitHub Desktop.
[node] node tips
USING NVM
nvm install <version)
- e.g nvm install 16
nvm list
- list all node versions
nvm use <verison>
- use specific node version
nvm alias default <version>
- set default node version for all terminals
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment