最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

New application created with ng generate application in Angular workspace result in schema error - Stack Overflow

programmeradmin3浏览0评论

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

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论