Unable to download jsreport-pdf-password using npm install jsreport-pdf-password
-
It seems like there is a problem with hummus
npm ERR! hummus@1.0.68 install:
node-pre-gyp install --fallback-to-build
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the hummus@1.0.68 install script 'node-pre-gyp install --fallback-to-build'.
-
it is likely that hummus pre-built binaries are not available for the nodejs version that you are using. in that case hummus will try to compile itself on your machine and you should have everything setup in your machine to compile node c++ addons. which OS do you have? if it is windows you can check this guide to verify if your machine is ready for handling nodejs c++ addon compilation.
-
and for the record here is the issue in hummus about your problem: https://github.com/galkahana/HummusJS/issues/200
-
Hi @bjrmatos
Thanks for the information. I will try with the guide.
I am working on Windows OS, Node.js V8.10.0I will update the post here once it is resolved.
-
Just FYI I've done quick test on my windows and it in the end successfully install after build, but you need the tool chain @bjrmatos linked.
-
Hi, problem solved. Thanks.