What is wrong with the new version of Angular? Angular CLI 12.0.1 can't create new application. Tried to run ng new twelveApp
and the cli complains dying Data path "" must NOT have additional properties (styleext).
I have tried to set the ng-new schema additionalProperties to true but the error remains.
How to get rid of this additional property?
PS: back to @angular/cli@11.0.5 everything works quite perfectly.