maplibre / maplibre-gl-directions

A plugin to show routing directions on a MapLibre GL JS map
https://maplibre.org/maplibre-gl-directions/
MIT License
72 stars 16 forks source link

Force install required with maplibre@4.0.0 #223

Closed lymperis-e closed 7 months ago

lymperis-e commented 7 months ago

I updated a project, bumping maplibre-gl from 3.1.0 to 4.0.0. The package has a peer dependency to maplibre-gl@"^3.0.0" so npm install failed without the use of the --force flag.

I suppose the upgrade is already in-planning or underway, but I opened the issue in case somebody misses the fix.

lymperis-e commented 7 months ago

Workaround: use npm install --force every time, until the package updates its dependencies