You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running npm install, I am getting the following errors related to not being able to access files on a probably-defunct url:
node-pre-gyp ERR! Tried to download(undefined): https://mapbox-node-binary.s3.amazonaws.com/mapnik/v3.7.2/node-v72-darwin-x64-Release.tar.gz node-pre-gyp ERR! Pre-built binaries not found for mapnik@3.7.2 and node@12.16.1 (node-v72 ABI, unknown) (falling back to source compile with node-gyp) /bin/sh: mapnik-config: command not found gyp: Call to 'mapnik-config --cflags' returned exit status 127 while in binding.gyp. while trying to load binding.gyp /bin/sh: mapnik-config: command not found gyp: Call to 'mapnik-config --cflags' returned exit status 127 while in binding.gyp. while trying to load binding.gyp gyp ERR! configure error
The text was updated successfully, but these errors were encountered:
When running
npm install
, I am getting the following errors related to not being able to access files on a probably-defunct url:node-pre-gyp ERR! Tried to download(undefined): https://mapbox-node-binary.s3.amazonaws.com/mapnik/v3.7.2/node-v72-darwin-x64-Release.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for mapnik@3.7.2 and node@12.16.1 (node-v72 ABI, unknown) (falling back to source compile with node-gyp)
/bin/sh: mapnik-config: command not found
gyp: Call to 'mapnik-config --cflags' returned exit status 127 while in binding.gyp. while trying to load binding.gyp
/bin/sh: mapnik-config: command not found
gyp: Call to 'mapnik-config --cflags' returned exit status 127 while in binding.gyp. while trying to load binding.gyp
gyp ERR! configure error
The text was updated successfully, but these errors were encountered: