You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nope - nvm is per-shell. New shells will start with the default version auto-used; the first version installed becomes the default. You can nvm unalias default or nvm alias default whatever to set a new default.
This is a general question: Should
nvm install --lts
(or whatever version) persist thenpm
andnode
versions across terminal sessions?The text was updated successfully, but these errors were encountered: