Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

set global node version using nvm

# If you want to switch only for once use this 
nvm use 12.x
#Else if you want to switch the default node version then use 
nvm use default 12.x 
#or 
nvm alias default 12.x
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #set #global #node #version #nvm
ADD COMMENT
Topic
Name
4+5 =