Installing nvm on Windows

nvm doesn't currently support Windows, so you're actually installing a different application named nvm-windows. The GitHub page for nvm-windows can be found at https://github.com/coreybutler/nvm-windows. Some of the commands are slightly different, but the installation command we run will be the same. To install nvm-windows, open up Command Prompt or PowerShell and run this command:

choco install nvm

You can check to ensure that the installation was successful by running the following command:

nvm --version
..................Content has been hidden....................

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