admin管理员组

文章数量:1391995

When I try to create a new application in my workspace with the command ng generate application I get this error

Schematic input does not validate against the Schema: {"name":"my-app","style":"scss","ssr":false,"routing":true,"prefix":"app","skipTests":false,"skipPackageJson":false,"minimal":false,"skipInstall":false,"strict":true,"standalone":true,"experimentalZoneless":false}
Errors:

  Data path "" must NOT have additional properties(serverRouting).

I tried to update my angular cli, clean my cache, search for serverRouting mention in my whole app and there is nothing with that name.

I don't have any issue with create new library or components, services, etc. just new application.

I'm currently using Angular 18.2.13 and Angular-cli 18.2.15 I tried to create a new workspace and I didn't have any issue but the new workspace was in angular 19.

Right now, I need to manually create my app which is a torn in my foot

本文标签: