mapbox / spritezero

small opinionated sprites
Other
173 stars 62 forks source link

Upgrade to mapnik 4.4.0 #74

Closed jseppi closed 4 years ago

jseppi commented 4 years ago

Upgrades to latest mapnik version, 4.4.0.

cc @artemp

jseppi commented 4 years ago

@artemp Getting some consistent 403 errors on Travis (example link):

node-pre-gyp WARN Using request for node-pre-gyp https download 
node-pre-gyp WARN Tried to download(403): https://mapbox-node-binary.s3.amazonaws.com/mapnik/v4.4.0/node-v57-linux-x64-Release.tar.gz 
node-pre-gyp WARN Pre-built binaries not found for mapnik@4.4.0 and node@8.17.0 (node-v57 ABI, glibc) (falling back to source compile with node-gyp) 
/bin/sh: 1: mapnik-config: not found
gyp: Call to 'mapnik-config --cflags' returned exit status 127 while in binding.gyp. while trying to load binding.gyp

Perhaps the node-v57-linux-x64-Release.tar.gz release didn't get published?

nickpeihl commented 4 years ago

Since node-mapnik@v4.4.0 has dropped support for Node.js <10, perhaps you might need to delete this line?

jseppi commented 4 years ago

ah, thank you @nickpeihl!