-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Angular-fullstack 5.0.0-rc.3 route subgenerator does not work #2743
Comments
This was a bug in https://github.com/angular-fullstack/generator-angular-fullstack-component. See angular-fullstack/generator-angular-fullstack-component@b854fda. This fix was released in 1.0.2. You should be able to reinstall the generator's dependencies or the generator itself for it to get the fixed version. |
Is this still not working? I am running on Windows, on a freshly installed version of the generator (yesterday). First of all, the generator comes with generator-angular-fullstack-component 1.0.1 And I get this error:
If I update the generator-angular-fullstack-component to the 1.0.2, then the error is this one:
|
Hey guys, I fixed it with this code :
|
@pschoro would you be willing to make a pull request? |
No need ...it was simply a typo in the variable _jscodeshift...I did not change anything else ^^ |
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.
The text was updated successfully, but these errors were encountered: