Created
April 16, 2017 18:59
-
-
Save theBull/1fd9d7a2f2c0d4cf0bbefde0141de51f to your computer and use it in GitHub Desktop.
Upgrade Angular CLI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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