Skip to content

Instantly share code, notes, and snippets.

@kaanra
Last active May 14, 2026 18:22
Show Gist options
  • Select an option

  • Save kaanra/66c2ce61a6b49a7866ae573d9cd8977b to your computer and use it in GitHub Desktop.

Select an option

Save kaanra/66c2ce61a6b49a7866ae573d9cd8977b to your computer and use it in GitHub Desktop.
[Upgrade Node and Set Default Version] #node #nvm
nvm install node

# Update the default terminal node version. 
# Change "26" to your node version
nvm alias default 26

# See all installed nodes
nvm ls

# Check current node version
node -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment