mapbox / mapbox-sdk-js

A JavaScript client to Mapbox services, supporting Node, browsers, and React Native
Other
709 stars 185 forks source link

Doesn't work on Node 12 #414

Closed snowsea-dev closed 3 years ago

snowsea-dev commented 3 years ago

I am trying to install the package on node 12, and it says

node-pre-gyp info check checked for "/Volumes/SnowSea/Current/tophap-preview-v2/node_modules/@mapbox/mapbox-gl-native/lib/node-v72/mbgl.node" (not found) node-pre-gyp http GET https://mapbox-node-binary.s3.amazonaws.com/@mapbox/mapbox-gl-native/v5.0.2/node-v72-darwin-x64-Release.tar.gz node-pre-gyp http 403 https://mapbox-node-binary.s3.amazonaws.com/@mapbox/mapbox-gl-native/v5.0.2/node-v72-darwin-x64-Release.tar.gz node-pre-gyp ERR! install error node-pre-gyp ERR! stack Error: 403 status code downloading tarball https://mapbox-node-binary.s3.amazonaws.com/@mapbox/mapbox-gl-native/v5.0.2/node-v72-darwin-x64-Release.tar.gz node-pre-gyp ERR! stack at Request. (/Volumes/SnowSea/Current/tophap-preview-v2/node_modules/node-pre-gyp/lib/install.js:137:27) node-pre-gyp ERR! stack at Request.emit (events.js:327:22)

Doesn't it work on Node 12?

andrewharvey commented 3 years ago

I don't think this library includes @mapbox/mapbox-gl-native. Are you sure it's this library?

snowsea-dev commented 3 years ago

Yes. I used @mapbox/mapbox-sdk 0.12.1

snowsea-dev commented 3 years ago

@andrewharvey Sorry. It was another package that using @mapbox/mapbox-gl-native.