-
Notifications
You must be signed in to change notification settings - Fork 184
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
Bug with nuxt 3 #446
Comments
@DanielJDufour Could you maybe take a look at this? |
Looking at this now. Thank you for flagging this! |
@dbelouslv a few questions to help troubleshoot:
I created a very small minimal test example using Nuxt and geotiff.js, which didn't seem to have any issues: My hunch is that the issue is with the interaction among openlayers, geotiff.js and other dependencies. I'm happy to help debug this further! Looking forward to your answers to the questions above! Thank you again for flagging this issue. Fixing this together we will help a lot of people who want to use OpenLayers and geotiff.js with Nuxt! :-) |
Thank you for your response! My package.json:
The code:
I can show NUXT.config if it is needed |
Uncaught (in promise) SyntaxError: The requested module '/_nuxt/@fs/C:/Projects/MyProject/src/PublicSite/client-app/node_modules/xml-utils/find-tags-by-name.js?v=e6956880' does not provide an export named 'default' (at geotiffimage.js:4:8)
I tried to use this code:
The text was updated successfully, but these errors were encountered: