Subsequent recipes will assume that Node.js is installed. This recipe demonstrates how to install Node.js for Windows.
Installing Node.js with NVM: Windows
Getting ready
This recipe is meant for the Windows environment. See the previous recipe for macOS and Linux instructions.
You must also have git installed. You can download git from the following link:
How to do it...
- Visit the project release page:
https://github.com/coreybutler/nvm-windows/releases. - Download the latest nvm-setup.zip file.
- Extract the downloaded ZIP.
- Double-click...