-
Notifications
You must be signed in to change notification settings - Fork 35
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
TypeError: Cannot read property 'kind' of undefined on building an app with the library #30
Comments
Thanks! |
Hello @mmaltsev ! Build works fine. In my case, i solved this problem. Execute these steps, and try build again: (from your project root) rm -rf node_modules |
|
@michaelbazos - yes, exactly. By in this case, i think that no one of the command will be works .. |
@avmaisak @michaelbazos Thank you guys! I tried to remove I will try to recreate this error in a clean project and update the issue if succeed. |
@michaelbazos I resolved the problem by fixing the version of the library at |
@mmaltsev We should close this issue |
First of all, great library. I was using it for a while but recently running
ng build --prod
started yielding the following error:At first I thought that the problem was with webpack or some Angular dependencies. Unfortunately, it seems like the only solution that currently works for me is removing angular-feather library in order to make the build process work again.
Any ideas why it can be happening and what could be the solutions?
The text was updated successfully, but these errors were encountered: