Answers for "nvm switch node version permanently"

18

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
1

nvm switch version of node

// switch version of node
nvm use 6.9.1
Posted by: Guest on March-12-2021

Browse Popular Code Answers by Language