- Web Development with MongoDB and Node(Third Edition)
- Bruno Joseph D'mello Mithun Satheesh Jason Krol
- 155字
- 2021-07-08 10:32:39
Mac OS X
There is a universal installer available from the Node website specifically for OS X.
We need to follow these steps to install Node.js on a Mac:
- Visit the download page of the Node.js official website as mentioned earlier and click on the Mac OS X installer, which is independent of the processor type (32 or 64-bit).
- Once the download is complete, double-click on the .pkg file, which will launch the Node installer.
- Proceed through each step of the wizard, which should be fairly self-explanatory.
Also, if you have any of the OS X package managers installed, then you don't need to manually download the installer.
You may install Node.js via the respective package manager.
- Installation using Homebrew:
brew install node
- Installation using Mac ports:
port install nodejs
The installation of Node.js via either an installer or via the package managers will include npm alongside. So, we don't need to install it separately.
推薦閱讀
- 軟件界面交互設計基礎
- SQL for Data Analytics
- Learning Selenium Testing Tools(Third Edition)
- Hands-On Natural Language Processing with Python
- SQL Server從入門到精通(第3版)
- C語言程序設計
- Visual Basic 6.0程序設計實驗教程
- Emgu CV Essentials
- SQL Server 2016 從入門到實戰(視頻教學版)
- Extending Unity with Editor Scripting
- Simulation for Data Science with R
- 測試架構師修煉之道:從測試工程師到測試架構師
- Go語言從入門到精通
- ASP.NET Web API Security Essentials
- 物聯網系統架構設計與邊緣計算(原書第2版)