Full error message -
AggregateException: One or more errors occurred. (One or more errors occurred. (The npm script 'start' exited without indicating that the Angular CLI was listening for requests. The error output was: This version of CLI is only compatible with Angular versions ^11.0.0-beta || >=11.0.0 <12.0.0,
but Angular version 8.0.0 was found instead.
Please visit the link below to find instructions on how to update Angular.
https://angular-update-guide.firebaseapp.com/
**When researching this issue most solutions state to change the angular.json file to "architect": { "build": { "builder": "@angular-devkit/build-angular:browser", "options": { "sourceMap": { "scripts": true, "styles": true, "vendor": true },
But when I check my angular.json file all I see is:
"architect": { "build": { "builder": "@angular-devkit/build-angular:browser", "options": { "progress": true, "extractCss": true, "outputPath": "dist", "index": "src/index.html", "main": "src/main.ts", "polyfills": "src/polyfills.ts", "tsConfig": "src/tsconfig.app.json", "assets": [ "src/assets" ],**
I've been dealing with this error for a while so any solutions or assistance are appreciated. Thanks!