Tuesday, December 11, 2018

How do I refresh the Angular CLI?

Well, I followed the advice here and that seemed to work alright. That advice was:

  1. npm uninstall -g angular-cli
  2. npm cache verify
  3. npm install -g @angular/cli@latest

No comments:

Post a Comment