- 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.
推薦閱讀
- Python Deep Learning
- Java 9 Programming Blueprints
- 數據結構簡明教程(第2版)微課版
- Python進階編程:編寫更高效、優雅的Python代碼
- C語言程序設計
- 高級C/C++編譯技術(典藏版)
- Windows Server 2012 Unified Remote Access Planning and Deployment
- Building Mapping Applications with QGIS
- Quarkus實踐指南:構建新一代的Kubernetes原生Java微服務
- HDInsight Essentials(Second Edition)
- Python從入門到精通
- JavaScript應用開發實踐指南
- Building Serverless Web Applications
- Java7程序設計入門經典
- Android高級開發實戰:UI、NDK與安全