mbgl-renderer
mbgl-renderer copied to clipboard
npm install fails because mapbox-gl-native is not available for recent NodeJS versions
Got 403 status code downloading tarball https://mapbox-node-binary.s3.amazonaws.com/@mapbox/mapbox-gl-native/v5.0.2/node-v115-darwin-arm64-Release.tar.gz
Im using Node v20.11.1 and M2 chip Mac
Mapbox no longer maintains mapbox-gl-native
, so it is not available for any recent version of NodeJS.
We switched to 'maplibre-gl-native` in #101 , but unfortunately haven't yet made a release of that yet. A release is overdue but have no time to work on this project at the moment.