-
Notifications
You must be signed in to change notification settings - Fork 911
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 Ivy: Kendo UI packages fail to compile #1229
Comments
@tsvetomir thanks for letting us know about this- having folks on our side investigate now 👍 |
This is happening for one of my own Angular libraries -- is there any way we can get more info than just "ngcc failed to run"? The same library seems to work fine in a local Angular CLI app... Some digging in the Chrome Inspector leads me to this request (this library isn't mine but it also fails to load in StackBlitz): |
Yeah, the issue is that ngcc fails out on our serverless endpoint, but this can happen for a variety of reasons (package too big, peerDependencies missing, etc). @rezonant can you link your package here as well so I can test it out? |
Absolutely, my Angular component library is EDIT: While waiting to hear back it occurs to me the "package too big" is a pretty compelling reason- |
I've got the same problem with my lib. It's working nicely and being verified by I even created an issue on Thanks. |
Same issue with my library Locl: https://l.staticblitz.com/ngcc/v3/10.0.5/@locl/core@1.0.0 :-/ edit: turns out it was a peer dependency that was wrong in my lib, I updated the code and it works now! |
@ocombe Can you give some more detail? My lib still fails, if I can get that one working maybe I can PR for ngx-monaco-editor as well |
I had a peer dependency for @angular/core ^9.0.0 and I was trying to use it in stackblitz with v10.0.5, I changed the peer dependency of the lib to ^10.0.0 and it works in stackblitz with v10.0.5 now |
I see, will have to explore that. While I was waiting for a response I snooped your lib and your commit to fix in case it's helpful for anyone else, it's loclapp/locl@71001b1 |
Currently
|
meet the same problem when enabling ivy in ng-zorro-antd https://stackblitz.com/edit/ng-zorro-antd-ivy?file=src%2Fmain.ts |
Getting the following error when attempting to add the Kendo UI Grid to an Ivy project on StackBlitz, see sample:
The packages work fine with Ivy in a regular CLI project. Any idea what might be wrong?
The text was updated successfully, but these errors were encountered: