Open
Description
- [x ] I understand that GitHub issues are not for tech support, but for questions specific to this generator, bug reports, and feature requests.
Item | Version |
---|---|
generator-angular-fullstack | 5.0.0-rc.3 |
Node | 8.11.2 |
npm | 6.1.0 |
Operating System | MacOs |
Item | Answer |
---|---|
Transpiler | TypeScript |
Markup | HTML |
CSS | SCSS / Stylus |
Router | ngRoute |
DB | MongoDB |
I tried to generate the "route" as below, I ran into an issue:
yo angular-fullstack:route sidenav
? Where would you like to create this route? client/app/
? What will the url of your route be? sidenav
events.js:183
throw er; // Unhandled 'error' event
^
TypeError: Cannot read property 'name' of undefined
I could run "endpoint" without any issue.