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
Error: /home/ubuntu/.nvm/versions/node/v8.15.1/lib/node_modules/@mapbox/mapbox-tile-copy/node_modules/mapnik/lib/binding/mapnik.node: undefined symbol: napi_add_finalizer
at Object.Module._extensions..node (module.js:682:18)
at Module.load (module.js:566:32)
at tryModuleLoad (module.js:506:12)
at Function.Module._load (module.js:498:3)
at Module.require (module.js:597:17)
at require (internal/module.js:11:18)
at Object. (/home/ubuntu/.nvm/versions/node/v8.15.1/lib/node_modules/@mapbox/mapbox-tile-copy/node_modules/mapnik/lib/mapnik.js:31:15)
at Module._compile (module.js:653:30)
at Object.Module._extensions..js (module.js:664:10)
at Module.load (module.js:566:32)
I am trying to run mapbox-tile-copy, but receiving the following error:
module.js:682
return process.dlopen(module, path._makeLong(filename));
^
Error: /home/ubuntu/.nvm/versions/node/v8.15.1/lib/node_modules/@mapbox/mapbox-tile-copy/node_modules/mapnik/lib/binding/mapnik.node: undefined symbol: napi_add_finalizer
at Object.Module._extensions..node (module.js:682:18)
at Module.load (module.js:566:32)
at tryModuleLoad (module.js:506:12)
at Function.Module._load (module.js:498:3)
at Module.require (module.js:597:17)
at require (internal/module.js:11:18)
at Object. (/home/ubuntu/.nvm/versions/node/v8.15.1/lib/node_modules/@mapbox/mapbox-tile-copy/node_modules/mapnik/lib/mapnik.js:31:15)
at Module._compile (module.js:653:30)
at Object.Module._extensions..js (module.js:664:10)
at Module.load (module.js:566:32)