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

Use node 10.3 for electron 3 prebuilts #351

Closed rbeeger closed 5 years ago

rbeeger commented 5 years ago

Searching for possible solutions to this problem, I found https://github.com/Microsoft/node-pty/issues/238 and https://github.com/Microsoft/node-pty/issues/201 .

As we are poking in the dark here, we might as well try with node 10.3. It should be OK to use a binary compatible version instead of precisely the one used in the electron version itself.

It might not work as it is not exactly the same error. We'll see.

rbeeger commented 5 years ago

Well, I guess that was a nice but still failing try 😞

galkahana commented 5 years ago

thanks for the efforts man! we'll figure it out one day ;)