-
Notifications
You must be signed in to change notification settings - Fork 14
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
Unable to build the SDK with angular 16 #44
Comments
Hello @AmoghBhagwat123 , Though, after some investigation, I believe that Angular is not the issue here. Our SDK extends MapLibre GL JS and has it as part of its dependencies with compatible versions being In MapLibre 3.2.0 (released 2 weeks ago) this commit led to replacing some of I will make an update ASAP on the SDK to use MapLibre What you can do in the meantime is to explicitly install the SDK alongside a specific version of MapLibre: npm install @maplibre/sdk [email protected] Apologies for the inconvenience! |
Thanks a lot for the help @jonathanlurie . I will test this solution out and revert back in case of any issues. |
Hello again @AmoghBhagwat123 , If you install the latest SDK, now it should come with the MapLibre v3.1.0 by default. Please let me know if you are still having issues with this. |
I am using angular 16 in my application and the maptiler SDK. Facing the following issues during build -
Here are the relevant portions of my package.json for reference -
and my typescript version is
4.9.5
Can someone please help resolve this issue with the SDK?
The text was updated successfully, but these errors were encountered: