elliotblackburn/mdpdf

error while loading shared libraries: libXss.so.1: cannot open shared object file: No such file or directory

dviljoen opened this issue · 1 comments

Had the 'TypeError: Cannot read property 'pre' of undefined' issue previously reported so I downgraded to 2.1.1. That version is giving me an error about a missing libXss.so.1 lib.

Note that I had to modify the puppeteer launch to fix running a headless chrome instance on windows (per their FAQ).

FYI, I fixed my issue by:
$ sudo apt install libxss1