From 7b052a1812370a62984da129e9e4bac33b41a9db Mon Sep 17 00:00:00 2001 From: Naman Gupta Date: Wed, 22 Mar 2017 19:39:05 +0530 Subject: [PATCH] Updated Angular Cli command Old command - npm install -g angular-cli New Command - npm install -g @angular/cli --- guides/cli-setup.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guides/cli-setup.md b/guides/cli-setup.md index 68c0650..ec2f349 100644 --- a/guides/cli-setup.md +++ b/guides/cli-setup.md @@ -12,7 +12,8 @@ less on getting the underlying tooling and technology set up. To get started, install Angular CLI from [npm](https://www.npmjs.com/). ``` -$ npm install -g angular-cli +$ npm install -g @angular/cli + ``` (Note: this recipe is based on version 1.0.0-beta.4 of Angular CLI.)