- Node.js 6.x Blueprints
- Fernando Monteiro
- 136字
- 2021-07-14 10:34:58
Installing Node.js
First off, we need to install the most up-to-date Node.js version. At the time of writing this book, Node.js's latest update is v6.3.0. You can go to the Node.js website at https://nodejs.org/en/ and choose your platform. For this book, we are using Mac OS X, but the examples can be followed on any platform.
To check the Node and Node Package Manager (NPM) version, open your terminal/shell and type these:
node -v
npm -v
The book uses Node version 6.3.0 and NPM version 3.10.3
Installing Yeoman
Throughout this book, we will use some tools that accelerate our development process. One of them is called Yeoman (more information can be found at http://yeoman.io/), a powerful web application generator.
Now let's install the generator. Open your terminal/shell and type the following code:
npm install -g yo
- C++程序設計(第3版)
- Vue.js前端開發基礎與項目實戰
- OpenStack Cloud Computing Cookbook(Fourth Edition)
- PySide GUI Application Development(Second Edition)
- 精通Python自然語言處理
- Spring快速入門
- 0 bug:C/C++商用工程之道
- 軟件測試教程
- Python從入門到精通(第3版)
- 交互式程序設計(第2版)
- 數據分析與挖掘算法:Python實戰
- LabVIEW數據采集
- Software-Defined Networking with OpenFlow(Second Edition)
- 金融商業數據分析:基于Python和SAS
- H5頁面設計與制作(全彩慕課版·第2版)