mapnik / node-mapnik

Bindings to mapnik for node.js
http://mapnik.org/documentation/node-mapnik
BSD 3-Clause "New" or "Revised" License
533 stars 165 forks source link

Can't install on Ubuntu 18.04 #958

Closed memarv closed 4 years ago

memarv commented 4 years ago

npm install mapnik

node-pre-gyp ERR! Tried to download(undefined): https://mapbox-node-binary.s3.amazonaws.com/mapnik/v3.7.2/node-v57-linux-x64-Release.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for mapnik@3.7.2 and node@8.15.0 (node-v57 ABI, glibc) (falling back to source compile with node-gyp)

https://mapbox-node-binary.s3.amazonaws.com/mapnik/v3.7.2/ There is only binary file for Windows. Last modified time is 2020-09-11.

gravitystorm commented 4 years ago

The pre-built binary link works for me. I've just successfully installed node-mapnik@3.7.2 on a VM running node 8. Addtionally, the link to the s3 download works for me. Could you try it again?

springmeyer commented 4 years ago

Agree with @gravitystorm - please try again. Ideally with the latest releases and create a new ticket if you are still having issue.