- 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
- PHP 從入門到項目實踐(超值版)
- ASP.NET Core 5.0開發(fā)入門與實戰(zhàn)
- Windows系統(tǒng)管理與服務配置
- Machine Learning with R Cookbook(Second Edition)
- RTC程序設計:實時音視頻權威指南
- Learning Firefox OS Application Development
- Securing WebLogic Server 12c
- D3.js 4.x Data Visualization(Third Edition)
- Spring快速入門
- D3.js By Example
- Illustrator CC平面設計實戰(zhàn)從入門到精通(視頻自學全彩版)
- Mastering Android Studio 3
- 程序員的成長課
- DB2SQL性能調優(yōu)秘笈
- Java程序設計實用教程(第2版)