Answers for "how to change the version of nodejs in the terminal"

1

how to change node version

nvm use --delete-prefix $NODE_VERSION

example:
nvm use --delete-prefix v8.9.4
Posted by: Guest on April-27-2020

Code answers related to "how to change the version of nodejs in the terminal"

Code answers related to "Javascript"

Browse Popular Code Answers by Language