DEV Community

Discussion on: Upgrading to Angular 6!

Collapse
 
rogercoder profile image
Roger Hand

I ran this:

npm install -g @angular/cli

but then ng -v showed Angular CLI was still at version 1.6.x.

To upgrade to 6 I had to run:

npm install @angular/cli@latest