- JavaScript by Example
- Dani Akash S
- 57字
- 2021-07-02 18:39:06
For Mac users
Install Node.js using Homebrew:
- Install Homebrew from: https://brew.sh/
- Run the following command in terminal: brew install node
Once you have installed Node.js, run node -v in your Terminal (command prompt for Windows users) to check whether it is properly installed. This should print the current version of the node you have installed.
推薦閱讀
- Go Web編程
- CockroachDB權威指南
- Maven Build Customization
- Java Web開發之道
- 微服務設計原理與架構
- Android底層接口與驅動開發技術詳解
- Python算法詳解
- Creating Mobile Apps with jQuery Mobile(Second Edition)
- Building Microservices with .NET Core
- 軟件供應鏈安全:源代碼缺陷實例剖析
- Scala編程實戰
- 零基礎看圖學ScratchJr:少兒趣味編程(全彩大字版)
- Visual C++程序開發范例寶典
- 新手學ASP.NET 3.5網絡開發
- PHP高性能開發:基礎、框架與項目實戰