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
{"lastUpload":"2018-07-10T17:38:51.815Z","extensionVersion":"v2.9.2"} |
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
echo "Updating Angular CLI globally." | |
npm install -g @angular/cli | |
echo "Updating Angular CLI locally." | |
npm install @angular/cli | |
echo "Migrating the configuration to the new angular.json." | |
ng update @angular/cli | |
echo "Updating all packages to v6" | |
ng update @angular/core | |
echo "Using ng update to identify and update other dependencies." | |
ng update --all --force |
NewerOlder