Closed joshuacox closed 7 years ago
Hmm. List it out with a depth of 2. The latest version of the subgenerator is 1.0.5. Make sure you have that. If so, I'll have to investigate further.... Thanks for the report.
Actually, I just checked. This is a confirmed bug.
depth=2 did not reveal more on generator-angular-fullstack
$ npm list -g generator-angular-fullstack --depth=2
~/.nvm/versions/node/v6.9.1/lib
`-- generator-angular-fullstack@4.1.0
and by subgenerator did you mean ng-component?
$ npm list -g generator-ng-component --depth=2
~/.nvm/versions/node/v6.9.1/lib
+-- generator-angular-fullstack@4.1.0
| `-- generator-ng-component@1.0.5
`-- generator-ng-component@1.0.5
let me know if I can provide more info.
Thanks. This is a bug with this generator, as I found out after I investigated.
use node v8.11.3
When I make a new project
yo angular-fullstack factorytest
, and then try to make a factory it fails:all other generators work fine: