- 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.
推薦閱讀
- 自己動(dòng)手寫(xiě)搜索引擎
- LabVIEW程序設(shè)計(jì)基礎(chǔ)與應(yīng)用
- Vue.js 2 and Bootstrap 4 Web Development
- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- OpenStack Cloud Computing Cookbook(Fourth Edition)
- Building Cross-Platform Desktop Applications with Electron
- HTML5 and CSS3 Transition,Transformation,and Animation
- SQL Server與JSP動(dòng)態(tài)網(wǎng)站開(kāi)發(fā)
- ASP.NET求職寶典
- Raspberry Pi Blueprints
- HTML5 WebSocket權(quán)威指南
- Mastering Magento Theme Design
- 微信小程序開(kāi)發(fā)圖解案例教程:附精講視頻(第3版)
- PHP面試一戰(zhàn)到底
- 程序員的算法趣題2