How could I change the nvm version default to define v6.11.5?

  • First, check if Node.js version 6.11.5 is installed. If not, install it using the following command:
  • -> nvm install 6.11.5

  • Confirm that the installation was successful by running the following command:
  • -> nvm list

  • Now you can set your preferable version with this command
  • -> nvm alias default 6.11.5

Here are few snap shots:
code1

Code 2

Support On Demand!

                                         
Node