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
Last active
May 14, 2026 18:22
-
-
Save kaanra/66c2ce61a6b49a7866ae573d9cd8977b to your computer and use it in GitHub Desktop.
[Upgrade Node and Set Default Version] #node #nvm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment