Answers for "set global node version using nvm"

1

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
Posted by: Guest on May-02-2022

Code answers related to "set global node version using nvm"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language