deck.gl icon indicating copy to clipboard operation
deck.gl copied to clipboard

Leaflet example build errors

Open dgmurphy opened this issue 1 year ago • 3 comments

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

dgmurphy avatar Aug 16 '24 20:08 dgmurphy

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.

zakjan avatar Sep 12 '24 07:09 zakjan

@Pessimistress deck.gl-leaflet 1.3.0 (upgraded to deck.gl 9, TS, ESM) has been released, can you try it out here?

zakjan avatar Sep 13 '24 21:09 zakjan

Works - thanks!

dgmurphy avatar Sep 16 '24 13:09 dgmurphy