sharedstreets / mobility-metrics

Tools for collecting, processing, and interpreting mobility data using SharedStreets
MIT License
50 stars 17 forks source link

[Nodejs 12] Problem with Mapbox dependency during installation #105

Open yurii-karadzhov opened 4 years ago

yurii-karadzhov commented 4 years ago

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

pietercolpaert commented 4 years ago

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
bscholer commented 2 years ago

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

https://github.com/sharedstreets/sharedstreets-js/issues/91