I have been following an Angular migration tutorial to upgrade from Angular 5 to 6.
Upon completing the migration process and attempting to run the application using ng serve, I encountered an error.
The format of the Angular CLI configuration has changed, and your existing configuration can be automatically updated by running the command: ng update @angular/cli
Despite following the recommended steps, the issue persists.
Angular CLI 6+ now uses angular.json instead of angular-cli.json. Shouldn't this have been updated during the package update?
According to a conversation on their GitHub repository, using ng update should automatically update the file structure, but this hasn't happened in my case.