How to do it...

  1. Visit the project release page:
    https://github.com/coreybutler/nvm-windows/releases.
  2. Download the latest nvm-setup.zip file.
  3. Extract the downloaded ZIP.
  4. Double-click nvm-setup.
  5. Go through the wizard to complete the installation.
  6. Open the Command Prompt.
  7. Confirm the installation by checking the version number of nvm:
    > nvm version
    1.1.6 
  1. List all of the Node.js versions available for installation:
    > nvm list available
  1. Install the latest LTS or stable version (at time of writing, version 8.9.4 is the latest LTS version):
    > nvm install 8.9.4
    6.11.0
    Downloading node.js version 8.9.4 (64-bit)...
    Complete
    Creating C:UsersrtharAppDataRoamingnvmtemp
    
    Downloading npm version 5.6.0... Complete
    Installing npm v5.6.0...
    
    Installation complete. 
  1. Enter the following command to activate this version:
    nvm use 8.9.6
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.219.12.180