- 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.
推薦閱讀
- 軟件項目管理(第2版)
- Testing with JUnit
- Mastering RStudio:Develop,Communicate,and Collaborate with R
- Visual Foxpro 9.0數據庫程序設計教程
- ASP.NET程序開發范例寶典
- Django 5企業級Web應用開發實戰(視頻教學版)
- Python計算機視覺和自然語言處理
- 超簡單:用Python讓Excel飛起來(實戰150例)
- Puppet:Mastering Infrastructure Automation
- 一覽眾山小:ASP.NET Web開發修行實錄
- SaaS攻略:入門、實戰與進階
- Effective C++:改善程序與設計的55個具體做法(第三版)中文版(雙色)
- Android從入門到精通
- Java Web 從入門到項目實踐(超值版)
- MySQL數據庫應用技術及實戰