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
本文标签:
版权声明:本文标题:New application created with ng generate application in Angular workspace result in schema error - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744649937a2617624.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论