Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 389 Bytes

1.installation-cli.md

File metadata and controls

36 lines (26 loc) · 389 Bytes

Install Angular CLI & Tools

Node

node -v
# v8.6.0
npm -v
# 5.5.1

Check Angular CLI

ng -v
# zsh: command not found: ng

Installation Angular CLI

npm install -g @angular/cli
...waiting...
ng -v
# @angular/cli: 1.4.7

Configuration package manager

ng set --global packageManager=yarn

Reference

https://cli.angular.io