stencila / encoda

↔️ A format converter for Stencila documents
https://stencila.github.io/encoda/
Apache License 2.0
35 stars 9 forks source link

Fails during npm install on debian:bookworm #1054

Closed errnesto closed 1 year ago

errnesto commented 1 year ago

during npm install I get the following error message:

Error: Command failed: /app/node_modules/@stencila/encoda/dist/codecs/pandoc/binary/bin/pandoc --version

This is in a dockerfile which is based on debian:bookworm.
I also run apt-get update && apt-get install texlive chromium pandoc before the npm install.

I'm not sure what package I'm missing…

errnesto commented 1 year ago

oh okay I guess this also has to do with me using an M1 laptop… Im closing this since this seems to be specific to my setup