Closed four43 closed 2 months ago
@four43 yes, please :)
@four43 - I just tried
podman pull node:22-bookworm
podman run -it docker.io/library/node:22-bookworm bash
root@aca67243e479:/# uname -a
Linux aca67243e479 6.8.0-41-generic #41-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 2 20:41:06 UTC 2024 x86_64 GNU/Linux
npm install @mapnik/mapnik
node
> var mapnik = require('@mapnik/mapnik');
> mapnik.register_default_fonts();
> mapnik.register_default_input_plugins();
Please, provide more info on how to replicate your issue.
Oh boy, so it is more of a just me thing then. I'll poke around. Thanks for the confirmation it was working.
Using the Docker image node:22-bookworm and installing the latest 4.6.0 on x86_64 I get a
Let me know how I can provide further debug into. Thanks for the help.