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

how can i install the latest version #981

Open yh371174229 opened 2 years ago

yh371174229 commented 2 years ago

centos 7.x nvm use 10,node version v10.x ①npm i have set npm config set registry https://registry.npm.taobao.org/ ②i have install needed packages npm install -g node-gyp npm install -g node-pre-gyp I can install mapnik with cnpm,but i can't install mapnik with npm. image

who can tell me how to fix the err ?and why can't install mapnik with npm Is this a bug??? @springmeyer

azrinsani commented 1 year ago

Did you manage to solve this?