Jonathan
Jonathan
For anyone reading this in the future, passing an empty string won't work. Use " " or something similar.
Same here, fresh angular project. Tried removing ^ and reinstalling, did not help
@AyanBhadury Thanks, that one worked, but it is angular 10. Is 12 not supported?
@AyanBhadury Is there a demo for version 12? Do I need to use a specific version of angular-fusioncharts?
I think this is caused by angular-fusioncharts listing @angular/core (with version 4!) as a dependency in it's package.json, causing problems with the Ivy compiler. See this https://stackoverflow.com/questions/60751199/error-in-cannot-read-property-filename-of-null-after-updating-angular-7-to-ang/61538414#61538414
+1 @v3rron Have you had any success deploying since your post? About to do the same thing.
https://github.com/mdrnize/meteor-buildpack-horse This fork of "the horse one" worked perfect for me. Seems like a simple update to make it work. (@uriva)
Can confirm this issue too (v5.1.0), my container is 5px higher than .kineticjs-content. line-height: 0 or setting .kineticjs-content to display: block works. Also wondering why it has to be an...