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

Build error with hummusJS v1.0.85 #268

Closed ankitrshah89 closed 6 years ago

ankitrshah89 commented 6 years ago

Hi Gal,

I am using hummusJS v1.0.85 and I get the following error:

Error: Cannot find module './PDFRStreamForBuffer'
    at Function.Module._resolveFilename (module.js:538:15)
    at Function.Module._load (module.js:468:25)
    at Module.require (module.js:587:17)
    at require (internal/module.js:11:18)
    at Object.<anonymous> (/srv/package/node_modules/hummus/hummus.js:30:30)

Could you please take a look? Appreciate your help.

Thanks, Ankit

GautierT commented 6 years ago

Same here. This commit seems to be the problem. Upgrading from 1.0.83 to 1.0.85 breaks in production. @galkahana

hdlopes commented 6 years ago

The file PDFRStreamForBuffer.js is on the repository but is not included in the NPM package.

pavazmo commented 6 years ago

Same issue! It's not included...

galkahana commented 6 years ago

oh fuck. thanks.

galkahana commented 6 years ago

k. 1.0.86 should solve this problem.