Skip to content

Angular CLI

Hong, Jian-Ching edited this page Oct 31, 2016 · 5 revisions

##Angular-CLI

https://github.com/angular/angular-cli

##Prerequisites Node.js 4 or higher(https://nodejs.org)

NPM 3 or higher

Usage

Deploying the app via GitHub Pages

ng github-pages:deploy --message "Optional commit message"

##Updating angular-cli use yarn

yarn uninstall angular-cli
yarn cache clean
yarn yarn global add angular-cli@latest

Ref:

Updating angular-cli

Migrating from npm

Clone this wiki locally