I have updated Angular using ng update @angular/cli but am now receiving errors. Below is the output of running ng --version:
Angular CLI: 8.1.0
Node: 10.16.0
OS: darwin x64
Angular:
...
Package Version
------------------------------------------------------
@angular-devkit/architect <error>
@angular-devkit/core <error>
@angular-devkit/schematics <error>
@schematics/angular <error>
@schematics/update <error>
I have tried to uninstall node and angular, but am still encountering the issues.
How do I revert what I did so I do not have the errors anymore, and then what is the correct way to upgrade to Angular version 8? Thank you.
npm uninstall -g @angular/clidoesn't update angular. It uninstalls the Angular CLI.ng update @angular/clicommand.