-
Notifications
You must be signed in to change notification settings - Fork 10
Description
I haven't been able to install using npm due to an issue with the mapnik binaries the package apparently points to:
node-pre-gyp ERR! Tried to download(403): https://mapbox-node-binary.s3.amazonaws.com/mapnik/v3.7.2/node-v64-linux-x64-Release.tar.gz node-pre-gyp ERR! Pre-built binaries not found for mapnik@3.7.2 and node@10.2.1 (node-v64 ABI, glibc) (falling back to source compile with node-gyp) node-pre-gyp ERR! Tried to download(undefined): https://mapbox-node-binary.s3.amazonaws.com/mapnik/v3.7.2/node-v64-linux-x64-Release.tar.gz node-pre-gyp ERR! Pre-built binaries not found for mapnik@3.7.2 and node@10.2.1 (node-v64 ABI, glibc) (falling back to source compile with node-gyp)
Am I missing something, or is this an issue with the package? Is there a workaround?