- 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
- SPSS數據挖掘與案例分析應用實踐
- 精通Nginx(第2版)
- GraphQL學習指南
- Vue.js 3.x從入門到精通(視頻教學版)
- 編程珠璣(續)
- Microsoft Dynamics GP 2013 Reporting, Second Edition
- Python數據可視化之Matplotlib與Pyecharts實戰
- SQL 經典實例
- C#程序設計(項目教學版)
- 現代C++編程實戰:132個核心技巧示例(原書第2版)
- Kivy Cookbook
- Windows Phone 8 Game Development
- PHP+MySQL動態網站開發從入門到精通(視頻教學版)
- Mudbox 2013 Cookbook
- Advanced Python Programming