I started getting this error: Error: Schema validation failed with the following errors: Data path “” must have required property ‘browserTarget’
How to fix it? This is my angular.json file: { “$schema”: “./node_modules/@angular/cli/lib/config/schema.json”, “version”: 1, “newProjectRoot”: “projects”, “projects”: { “recon-app”: { “projectType”: “application”, “schematics”: { “@schematics/angular:component”: { “standalone”: false }, “@schematics/angular:directive”: { “standalone”: false }, “@schematics/angular:pipe”: { “standalone”: false } }, “root”: “”, “sourceRoot”: “src”, “prefix”: “app”, “architect”: { “build”: { “builder”: “@angular-devkit/build-angular:browser”, “options”: { “outputPath”: … Read more