I have a brand new project built using angular v12.0. When i run command ng g m home I gets the following error:
Schematic input does not validate against the Schema: {"skipTests":true,"path":"src/app/pages","name":"home","project":"HallesWeb"}
Errors:
Data path "" must NOT have additional properties(skipTests).
While creating this project using ng new I used --skip-tests flag to true.