-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Closed
Description
To install the latest long term support version the command is:
nvm install --lts
If I do a fresh install, then close and reopen my terminal then run: nvm version
I get: none
To set a default Node version to be used in any new shell, use the alias 'default':
nvm alias default node
But if I run: nvm alias default --lts
, nvm alias default lts/*
, or nvm alias default lts
then I get Unsupported option "--lts".
, default -> lts/* (-> N/A)
, & default -> lts (-> N/A)
respectively.
How do I set the LTS version to be the default version?
realtebo, anthony2025, sean-krail, quangv, Tanmoytkd and 8 more
Metadata
Metadata
Assignees
Labels
No labels