x)- [x ] bug report -> please search issues before submitting
- [ x] devkit
- [x ] schematics
node --version
v8.9.1
npm --version
5.5.1
Windows 10
Generate new project:
ng new Temp
add @angular/pwa
ng add @angular/pwa --project Temp
and it will throw the below error:
Schematic input does not validate against the Schema: {"project":"Temp","target":"build","configuration":"production","title":"Temp"}
Errors:
Data path "" should NOT have additional properties(title).
It should work.
I can confirm this happens with @angular/[email protected] as well.
This is also happening with @angular/[email protected]
Possibly related: https://github.com/angular/angular-cli/issues/11640
existing in cli 6.1.1
@angular/pwa works find in latest (beta) versions (see https://github.com/angular/angular-cli/issues/11640#issuecomment-410638864).
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
_This action has been performed automatically by a bot._
Most helpful comment
I can confirm this happens with @angular/[email protected] as well.