Closed
Description
Versions
ng -v
Angular CLI: 6.0.0
Node: 8.11.1
OS: linux x64
Angular:
...
Package Version
------------------------------------------------------
@angular-devkit/architect 0.6.0
@angular-devkit/core 0.6.0
@angular-devkit/schematics 0.6.0
@schematics/angular 0.6.0
@schematics/update 0.6.0
rxjs 6.1.0
typescript 2.7.2
Repro steps
- Step 1 ng new my-app --skip-git=true or ng new --skip-git true
Observed behavior
Schematic input does not validate against the Schema: {"dryRun":false,"skipGit":"true","version":"6.0.0","directory":"","skipInstall":false,"linkCli":false,"commit":true,"newProjectRoot":"projects","inlineStyle":false,"inlineTemplate":false,"routing":false,"prefix":"app","style":"css","skipTests":false}
Errors:
Data path ".skipGit" should be boolean.
Desired behavior
Metadata
Metadata
Assignees
Labels
No labels