question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Doesn't compile project with ivy

See original GitHub issue

Describe the bug Cannot compile project

To Reproduce Steps to reproduce the behavior:

  1. https://github.com/vdumbrav/angular-ivy-ngx-charts
  2. run serve or build --prod

Screenshots https://i.ibb.co/z5VZn7M/Screenshot-2019-05-16-16-42-06.png https://pastebin.com/PRVaP7n9

version ngx-chart v11.1.0 node v10.15.3 angular v8.0.0-rc.4

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:6
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
marjan-georgievcommented, Jun 4, 2019

@schmitch I can release 11.2.0 (that would be the next version if I release now, since master already includes some new features), but that won’t guarantee that ngx-charts will be compatible with ivy since I haven’t upgraded the project to angular 8 yet.

I was planning to upgrade to angular 8 and release 12.0.0 to support all of that.

If you would like to test locally, I suggest cloning the repo, running npm run install, then npm run package and copying/linking the release files into your node_modules.

That said, Ivy is still not ready for production, but we will make the library compatible with it ahead of that.

1reaction
marjan-georgievcommented, Jun 11, 2019

Released this in 11.2.0, since it has other features that people still running angular 7 might want to use.

The angular 8 upgrade is coming in 12.0.0

Read more comments on GitHub >

github_iconTop Results From Across the Web

Why ivy doesn't compile my class? - Stack Overflow
IVY is able to download the dependency, But When I compile the project using ANT it fails with the below error: cannot find...
Read more >
Ivy can't compile a project that has a library with internal ...
It seems to only occur when the library and the application are both inside of the same subdirectory in a project ( src/app...
Read more >
Using Ivy in multiple projects environment - Apache Ant
This declaration configures Ivy by only setting two properties: the location for the local repository and the location for the shared repository. It's...
Read more >
Angular 9 Ivy: IntelliJ stops compiling dependencies
For the fifth time now I've created a new Angular project with IntelliJ and ... Angular 9 Ivy: IntelliJ stops compiling dependencies Follow....
Read more >
Ivy-publish plugin not generating dependencies for non ...
I have a multi-project configuration that's correctly publishing all modules to an ivy repository, including (in one module) a jar file that belongs...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found