- 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.
推薦閱讀
- Reporting with Visual Studio and Crystal Reports
- Android和PHP開發最佳實踐(第2版)
- MySQL 8 DBA基礎教程
- C程序設計案例教程
- 軟件工程基礎與實訓教程
- HTML5+CSS3+JavaScript 從入門到項目實踐(超值版)
- Node.js區塊鏈開發
- 跟戴銘學iOS編程:理順核心知識點
- 零基礎學C++(升級版)
- 金融商業數據分析:基于Python和SAS
- Elasticsearch搜索引擎構建入門與實戰
- Go Systems Programming
- Microsoft Windows Identity Foundation Cookbook
- C#程序設計基礎與實踐
- C語言從入門到精通(微視頻精編版)