nvm set default
# Install the version that you would like
nvm install 6.1.0
# Set 6.1.0 (or another version) as default
nvm alias default 6.1.0
nvm set default
# Install the version that you would like
nvm install 6.1.0
# Set 6.1.0 (or another version) as default
nvm alias default 6.1.0
nvm alias
nvm install 14.0.0
nvm install 15.0.0
nvm alias default v15.0.0 //Mark 15.0 as default
nvm alias stable v14.0.0
nvm use stable // node -v -> 14.0
nvm use default alias
(nvm maintainer here)
nvm alias default 6.11.5 if you want it pegged to that specific version.
You can also do nvm alias default 6.
Either way, you'll want to upgrade to the latest version of nvm (v0.33.11 as of this writing)
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us