Closed errnesto closed 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.
debian:bookworm
apt-get update && apt-get install texlive chromium pandoc
I'm not sure what package I'm missing…
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
during npm install I get the following error message:
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…