We want to update Angular CLI to the latest version.
Approach
npm uninstall -g @angular-cli
npm install -g @angular/cli@latest
For instructions on updating a specific project click this link.
Here's an example:
ng update @angular/core @angular/cli @angular/material