#Failure to generate component

3 messages · Page 1 of 1 (latest)

fresh kiln
#

Anyone else seeing issues with the Component schematic?

$ ng g c identity/AuthErrorMessages --dry-run
Could not find an NgModule. Use the '--skip-import' option to skip importing in NgModule.
$ ng g c identity/auth-error-messages --dry-run
Could not find an NgModule. Use the '--skip-import' option to skip importing in NgModule.
$ ng generate component identity/auth-error-messages --dry-run
Could not find an NgModule. Use the '--skip-import' option to skip importing in NgModule.

Pretty sure this used to work without --skip-import

#

yeah, it no longer seems to be using the default settings for that schematic

#

might be related to @cypress/schematic...