The current version of the node-export-server does not run on ARM64 based Linux systems.
This is because puppeteer only used chrome, and it did not support that configuration.
Puppeteer 25.11.0 is out now, and it uses an updated form of chrome that can support this configuration! Puppeteer issue page.
It would be nice to update this library for a potential next release, as it would allow:
- allow ARM64 linux computers to run the server
- allow ARM64 docker containers using linux to run the server
The current version of the node-export-server does not run on ARM64 based Linux systems.
This is because puppeteer only used chrome, and it did not support that configuration.
Puppeteer 25.11.0 is out now, and it uses an updated form of chrome that can support this configuration! Puppeteer issue page.
It would be nice to update this library for a potential next release, as it would allow: