I\'ve upgraded my project to Angular 6, and everything went fine except the conversion of .angular-cli.json file. From the guide I followed, it was said that th
.angular-cli.json
I had to actually commit every changes or stash them before I could run the command to update the cli as shown in this screenshot.
I did these commands:
npm install --save-dev @angular/cli@latest ng update@angular/cli
And committing the changes between these two.