You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered an error while using the Unovis package in my Nuxt project. The error message indicates that there is no matching export for geoEqualEarth in the d3-geo package.
Error Message:
X [ERROR] No matching export in "node_modules/.pnpm/[email protected]/node_modules/d3-geo/index.js" for import "geoEqualEarth"
node_modules/.pnpm/@[email protected]/node_modules/@unovis/ts/components/topojson-map/types.js:1:138:
1 │ ...eoOrthographic, geoStereographic, geoEqualEarth, geoAlbersUsa, geoAlbers, geoConicConformal, geoConic...
Additional Context: I have tried using this code in other Nuxt projects or on CodeSandbox without issues. I only see the issue in my main project. Need Help.
The text was updated successfully, but these errors were encountered:
@tobychidi Your d3-geo package seems to be too old, maybe there is a conflicting dependency and this old version is getting installed for some reason. If you can share your package.json and the lock file, it can help to identify the problem.
You can also try adding d3-geo as an explicit dependency to your package.json, try version 3 or later.
I encountered an error while using the Unovis package in my Nuxt project. The error message indicates that there is no matching export for geoEqualEarth in the d3-geo package.
Error Message:
Additional Context: I have tried using this code in other Nuxt projects or on CodeSandbox without issues. I only see the issue in my main project. Need Help.
The text was updated successfully, but these errors were encountered: