Skip to content

Instantly share code, notes, and snippets.

@theBull
Created April 16, 2017 18:59
Show Gist options
  • Save theBull/1fd9d7a2f2c0d4cf0bbefde0141de51f to your computer and use it in GitHub Desktop.
Save theBull/1fd9d7a2f2c0d4cf0bbefde0141de51f to your computer and use it in GitHub Desktop.
Upgrade Angular CLI
rm -rf node_modules && npm cache clean && npm uninstall --save angular-cli; sudo npm uninstall -g angular-cli; npm i --save @angular/cli && sudo npm i -g @angular/cli && npm i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment