- 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.
推薦閱讀
- Learning Scala Programming
- JavaScript+DHTML語(yǔ)法與范例詳解詞典
- Drupal 8 Blueprints
- 計(jì)算機(jī)圖形學(xué)編程(使用OpenGL和C++)(第2版)
- Access 數(shù)據(jù)庫(kù)應(yīng)用教程
- Python自動(dòng)化運(yùn)維快速入門
- Java從入門到精通(第4版)
- 數(shù)據(jù)結(jié)構(gòu)習(xí)題精解(C語(yǔ)言實(shí)現(xiàn)+微課視頻)
- Python進(jìn)階編程:編寫更高效、優(yōu)雅的Python代碼
- Python爬蟲開發(fā)與項(xiàng)目實(shí)戰(zhàn)
- PostgreSQL Replication(Second Edition)
- Python編程實(shí)戰(zhàn)
- Learning SciPy for Numerical and Scientific Computing(Second Edition)
- Java程序設(shè)計(jì)入門
- NGINX Cookbook