- Electron Projects
- Denys Vuika
- 127字
- 2021-06-24 12:14:33
Verifying the installation
Launch the Command Prompt utility and execute the following two commands to ensure that both Node.js and NPM are present on your machine:
node --version
npm --version
You should receive the following system output:
v12.13.0
6.12.1
Please note that your versions may vary, depending on the last published packages you downloaded. At the time of writing, it is essential to get any output for each command to prove the tool is there, rather than a version value.
In this section, we covered the installation of Node.js and NPM for the Windows, macOS, and Linux systems so that you can start creating a simple application project. In the next section, we are going to walk through the minimal configuration process to help you get started.
推薦閱讀
- ASP.NET Web API:Build RESTful web applications and services on the .NET framework
- Learning Real-time Processing with Spark Streaming
- Unity Virtual Reality Projects
- VSTO開發入門教程
- The DevOps 2.4 Toolkit
- Cocos2d-x學習筆記:完全掌握Lua API與游戲項目開發 (未來書庫)
- .NET 3.5編程
- R Data Analysis Cookbook(Second Edition)
- 基于ARM Cortex-M4F內核的MSP432 MCU開發實踐
- SSM開發實戰教程(Spring+Spring MVC+MyBatis)
- Python機器學習之金融風險管理
- Fastdata Processing with Spark
- Learning VMware vSphere
- Java7程序設計入門經典
- ASP.NET Web API Security Essentials