Hi
I’m trying to use the html-pdf package, however, when I test the application on the server I’m getting an exception:
Error: write EPIPE
at errnoException (net.js:905:11)
at Object.afterWrite (net.js:721:19)
The solution I found was to run sudo apt-get install libfontconfig
on the server in question, however, it doesn’t seem that this functionality is provided. Is there any way I can resolve this issue?
Thanks