Leaflet example build errors
Description
In the examples/get-started/pure-js/leaflet project npm install fails with dependency errors.
Flavors
- [ ] Script tag
- [ ] React
- [ ] Python/Jupyter notebook
- [ ] MapboxOverlay
- [ ] GoogleMapsOverlay
- [ ] CartoLayer
- [ ] ArcGIS
Expected Behavior
Build success (the other example projects are working fine).
Steps to Reproduce
In the examples/get-started/pure-js/leaflet run npm install.
Environment
- Framework version:
- Browser:
- OS: Mac OS
Logs
npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! While resolving: [email protected] npm ERR! Found: @deck.gl/[email protected] npm ERR! node_modules/@deck.gl/core npm ERR! @deck.gl/core@"^9.0.0" from the root project npm ERR! Could not resolve dependency: npm ERR! peer @deck.gl/core@"^8.5.0" from [email protected] npm ERR! node_modules/deck.gl-leaflet npm ERR! deck.gl-leaflet@"^1.1.1" from the root project
Hi @dgmurphy, thanks for finding out. I'll fix deck.gl-leaflet issues in https://github.com/zakjan/deck.gl-leaflet/issues/13. It's about time.
@Pessimistress deck.gl-leaflet 1.3.0 (upgraded to deck.gl 9, TS, ESM) has been released, can you try it out here?
Works - thanks!