Closed asaed closed 6 years ago
Thank you for submitting the issue @asaed ! The Github version was being used as a temporary workaround to an issue that has now been resolved. We will fix this in georaster and geoblaze and update this issue when this happens. Expect a fix within 24 hrs. Thanks again! :-)
This issue has been fixed in the source code on GitHub. We'll deploy a new version to NPM and update this ticket when that happens.
@asaed this is now fixed on NPMJS and Yarn. Please try and let me know if the fix works for you. Thanks so much! :-)
Thank you so much, @DanielJDufour . Now it works flawlessly in Yarn.
Awesome. Closing this issue. Please let us know if you find any other issues! :-)
When using yarn@1.10.1 to install dependencies of our app that depends on geoblaze@^0.1.8, we get an error:
We traced the root cause to georaster (hence creating this issue). Here is the dependency subtree
As you can see
geotiff@github:danieljdufour/geotiff.js#877f064
conflicts withgeotiff@0.4.1
because both of them are versioned as 0.4.1 in their respective package.json file.Can georaster stop using
geotiff@github:danieljdufour/geotiff.js#877f064
and replace it with the latest version geotiff (i.e. geotiff@1.0.0-beta.6)?