- Electron Projects
- Denys Vuika
- 244字
- 2021-06-24 12:14:33
Installing Node.js on Windows
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 of the tools so that you can compile native modules. This is shown in the following screenshot:

The option for the native module instructs the setup wizard to download and configure all the necessary tooling after the installation of Node.js is over.
Please note that the extra tools require about 3 GB of additional space on your disk and may take a few minutes to install. However, I recommend installing those tools as you may come across third-party modules and libraries for the system's integration that require those tools.
Alternatively, you can always download the latest copy of the Node.js installer again, go through the setup wizard steps, and check the Tools for Native Modules option if you forgot to do that previously.
推薦閱讀
- 在最好的年紀(jì)學(xué)Python:小學(xué)生趣味編程
- Flask Blueprints
- Monkey Game Development:Beginner's Guide
- 架構(gòu)不再難(全5冊(cè))
- 程序員數(shù)學(xué):用Python學(xué)透線性代數(shù)和微積分
- Learning FuelPHP for Effective PHP Development
- Selenium Testing Tools Cookbook(Second Edition)
- Statistical Application Development with R and Python(Second Edition)
- Learning Nessus for Penetration Testing
- Node.js區(qū)塊鏈開發(fā)
- Greenplum構(gòu)建實(shí)時(shí)數(shù)據(jù)倉庫實(shí)踐
- 數(shù)據(jù)科學(xué)中的實(shí)用統(tǒng)計(jì)學(xué)(第2版)
- 菜鳥成長(zhǎng)之路
- Visual FoxPro程序設(shè)計(jì)實(shí)驗(yàn)教程
- Java 開發(fā)從入門到精通