Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
架构验证失败并出现以下错误:数据路径“['build']”应该具有必需的属性“builder”。错误:架构验证失败并出现以下错误:数据路径“['build']”应该具有必需的属性“builder”。
angular.json在主项目架构下添加以下内容。
angular.json
"build": { "builder": "@angular-devkit/build-angular:browser", ... }