Once Visual Studio Code and Git are ready, we can install Node.js and NPM on Windows:
- Navigate to https://nodejs.org/en and get the corresponding installer. Note that the website detects your platform for you and suggests the corresponding installer package. For Windows, you are going to see the Download for Windows (x64) label and two buttons where you can select either the LTS, that is, the stable LTS version, or a current one, with the most recent cutting-edge features.
- Download and run the installation file. Proceed with the setup wizard and use the default settings—these are usually pretty reasonable.
Optionally, in the Tools for Native Modules dialog, you can allow the automatic installation of a set ...