Angular 10 application
When I try build application
**ng build**
I get next error
ERROR in Cannot read property 'flags' of undefined
ng --version
@angular-devkit/architect 0.901.0
@angular-devkit/build-angular 0.1000.3
@angular-devkit/build-optimizer 0.1000.3
@angular-devkit/build-webpack 0.1000.3
@angular-devkit/core 10.0.3
@angular-devkit/schematics 10.0.3
@angular/cdk 7.3.7
@angular/cli 10.0.3
@ngtools/webpack 10.0.3
@schematics/angular 10.0.3
@schematics/update 0.1000.3
rxjs 6.6.0
typescript 3.9.6
webpack 4.43.0
I try remove node_modules, package.lock.json, and npm install. But it is doesn't help.