Skip to content

Instantly share code, notes, and snippets.

@yuriburger
Created July 24, 2019 06:22
Show Gist options
  • Select an option

  • Save yuriburger/06a4eabeb72530be0c99f538fa4d827a to your computer and use it in GitHub Desktop.

Select an option

Save yuriburger/06a4eabeb72530be0c99f538fa4d827a to your computer and use it in GitHub Desktop.
[angular-cli and npm update] Update Angular CLI and npm #angular
npm install -g npm@latest
npm uninstall -g angular-cli
npm cache verify
npm install -g @angular/cli@latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment