nvm change node version
# Pick a version
nvm install <version> # eg, nvm install 14, nvm install 16
# Change version for current terminal
nvm use <version>
# Change default version
nvm install <version>
# Use latest version
nvm install node
nvm change node version
# Pick a version
nvm install <version> # eg, nvm install 14, nvm install 16
# Change version for current terminal
nvm use <version>
# Change default version
nvm install <version>
# Use latest version
nvm install node
list all node versions mac
$ nvm ls
install node in nvm
// Ex:
nvm install v12.13.1
use a specific version of node
nvm use {Node version}
how to change node version
nvm use --delete-prefix $NODE_VERSION
example:
nvm use --delete-prefix v8.9.4
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