sharedstreets/mobility-metrics

[Nodejs 12] Problem with Mapbox dependency during installation

Opened this issue · 2 comments

Problem with Mapbox dependency during installation

nom install -g mobility-metrics
403 status code downloading tarball https://mapbox-node-binary.s3.amazonaws.com/osrm/v5.22.0/Release/node-v72-darwin-x64.tar.gz

System: macOS Catalina 10.15.2
node: v12.14.1
npm: 6.13.4

Same here on ubuntu:

node-pre-gyp ERR! stack Error: 403 status code downloading tarball https://mapbox-node-binary.s3.amazonaws.com/osrm/v5.22.0/Release/node-v72-linux-x64.tar.gz

Switching FROM node:11 to FROM node:10 will at least get the image to build. However, the CLI requires node >= 12.

sharedstreets/sharedstreets-js#91