Answers for "set default use nvm"

22

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
Posted by: Guest on February-21-2020
3

nvm set default version

nvm alias default NODE_VERSION_NAME

 //Replace NODE_VERSION_NAME to actual node.js version
Posted by: Guest on January-07-2022

Code answers related to "Javascript"

Browse Popular Code Answers by Language