Open velle opened 5 days ago
I don't quite understand what the actual problem is, if there is one. But this workaround worked for me (with npm 9.2.0):
npm install --legacy-peer-deps
And I think npm versions 4-6 don't raise these problems (source).
It's leaflet.glify which has a specific version of leaflet as dependency. Luckily the latest glify has leaflet@1.9.4 as dependency, which satisfies other dependent modules. This will be fixed is next release. Just use --legacy-peer-deps or update leaflet.glify
The commands below are run in a clean Ubuntu 22.04 container with npm 9.2.0.