- 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.
推薦閱讀
- 微服務設計(第2版)
- Advanced Splunk
- Learning Real-time Processing with Spark Streaming
- 小創客玩轉圖形化編程
- C語言程序設計
- Visual C++數字圖像處理技術詳解
- Mastering RStudio:Develop,Communicate,and Collaborate with R
- SAP BusinessObjects Dashboards 4.1 Cookbook
- Python編程實戰
- Spring快速入門
- 軟件測試綜合技術
- Building Slack Bots
- Greenplum構建實時數據倉庫實踐
- Java核心編程
- Flutter從0基礎到App上線