Answers for "choose node version to use"

22

node default version

# 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
8

find node version

node -v

OR

node --version
Posted by: Guest on May-25-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language