February 2016
Beginner to intermediate
308 pages
5h 46m
English
The installation of Ember CLI is essential to learning Ember and will be used throughout this book.
Before the installation of Ember CLI, we must have the Node Package Manager (npm) installed. npm is a package manager for JavaScript and is installed by default with Node.js.
You must install version 0.12 or later of Node.js for Ember CLI to run. If you can, try to install version 4.0.0 or higher. This is the preferred version.
Node.js is available in several major platforms including Windows, Mac, and Linux. There are several ways to install Node.js:
Read now
Unlock full access