0

i have the version 6.2.3 of angular cli, and for the node js i have the vesion 12.6.0

Angular CLI: 6.2.3
Node: 12.6.0
OS: win32 x64
Angular:
...

Package                      Version
------------------------------------------------------
@angular-devkit/architect    <error>
@angular-devkit/core         <error>
@angular-devkit/schematics   <error>
@schematics/angular          <error>
@schematics/update           <error>
rxjs                         <error>

i want to upgrade to angular 8, i followed the below command, but it stayed the some version

npm uninstall -g angular-cli

npm cache verify

npm cache clean

npm install -g @angular/cli@latest

R. Richards
  • 24,603
  • 10
  • 64
  • 64
Aymen Kanzari
  • 1,765
  • 7
  • 41
  • 73
  • 1
    Possible duplicate of [How to upgrade Angular CLI to the latest version](https://stackoverflow.com/questions/43931986/how-to-upgrade-angular-cli-to-the-latest-version) – Juanes30 Sep 11 '19 at 12:08
  • To update the versions of Angular you're using, check out the [Angular Update Guide](https://update.angular.io) for more info. – Edric Sep 11 '19 at 12:08

0 Answers0