- Electron Projects
- Denys Vuika
- 192字
- 2021-06-24 12:14:32
Installing Node.js on macOS
Next, let's install Node.js and NPM using the following steps. You can find the necessary installation packages by navigating to https://nodejs.org:
Note that Node.js typically comes in two flavors: the Long-Term Support ( LTS) version, which is suitable for most users, and the Current version, which provides the most cutting-edge features and enhancements.
- First, we need to download and install Node.js. The website automatically detects your browser and platform and suggests the appropriate packages for you to download. For macOS, you are going to see the Download for macOS (x64) label and two big download buttons, as shown in the following screenshot:

- Choose any version and click the corresponding button to get the relevant installer package. The installation process for the macOS platform is pretty straightforward. Keep all the default settings; proceed with the wizard's steps until the setup is over.
- In the Terminal application, run the following commands to verify that you have Node.js and NPM installed on your machine:
node -v
npm -v
- The system's output should be similar to the following, though their versions may vary:
v12.13.0
6.12.1
Congratulations! You've successfully installed Node.js on your macOS.
推薦閱讀
- Learning Single:page Web Application Development
- 人臉識別原理及算法:動態人臉識別系統研究
- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- Mastering AndEngine Game Development
- 軟件架構:Python語言實現
- Visual C#.NET程序設計
- 輕松上手2D游戲開發:Unity入門
- Visual Studio Code 權威指南
- Qt5 C++ GUI Programming Cookbook
- Angular應用程序開發指南
- C指針原理揭秘:基于底層實現機制
- INSTANT Apache ServiceMix How-to
- 深度實踐KVM:核心技術、管理運維、性能優化與項目實施
- H5+移動營銷設計寶典
- Web開發的平民英雄:PHP+MySQL