galkahana / HummusJS

Node.js module for high performance creation, modification and parsing of PDF files and streams
http://www.pdfhummus.com
Other
1.14k stars 169 forks source link

Question: what is the latest release that is compatible with ABI version 57? #397

Closed jeanpchr closed 5 years ago

galkahana commented 5 years ago

As far as i know node8 is still supported and has ptebuilt binaries

jeanpchr commented 5 years ago

You are correct @galkahana, I've tested it locally using node8 and had no issues.

I've tried running my app as an "Azure Function" and MS' platform complained about Hummus' bindings had being compiled using "NODE_MODULE_VERSION" 64 and that 57 was required, that's why I've opened this question. There has to be something else about Azure.

In any case, thanks for the feedback, and thanks a lot for the project, is has been quite useful.