You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
Angular CLI: 18.2.19
Description
I try to create an application via npx ng generate application firewall --style=scss --strict --standalone.Other projects on my computer (same angular cli version) can be generated successfully.
npx ng generate application firewall --style=scss --strict --standalone
Exception or Error
PS D:\copilot2.0\client> npx ng generate application firewall --style=scss --strict --standalone
? Do you want to enable Server-Side Rendering (SSR) and Static Site Generation (SSG/Prerendering)? no
Schematic input does not validate against the Schema: {"style":"scss","strict":true,"standalone":true,"name":"firewall","ssr":false,"routing":true,"prefix":"app","skipTe
sts":false,"skipPackageJson":false,"minimal":false,"skipInstall":false,"experimentalZoneless":false}
Errors:
Data path "" must NOT have additional properties(serverRouting).
When I remove the below code in my angular.json,the error disappeared.But I think the error is too confusing and it seems to have nothing to do with serverRouting. "cli": { "schematicCollections": [ "angular-eslint" ], "analytics": false }
saneast
changed the title
Schematic input does not validate against the Schema
Schematic input does not validate against the Schema.Errors:Data path "" must NOT have additional properties(serverRouting).
May 14, 2025
Command
generate
Is this a regression?
The previous version in which this bug was not present was
Angular CLI: 18.2.19
Description
I try to create an application via
npx ng generate application firewall --style=scss --strict --standalone
.Other projects on my computer (same angular cli version) can be generated successfully.This is my
angular.json
:`
angular.json
`
Minimal Reproduction
npx ng generate application firewall --style=scss --strict --standalone
Exception or Error
Your Environment
Anything else relevant?
No response
The text was updated successfully, but these errors were encountered: