-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removing dependency to hummus package which is no longer supported #7
Comments
Have same error with hummus, did you find a solution @sylvainmouretfico ? |
It says prebuild version is not found and it fails trying to build it from sources. I'd try look for compiled versions and look for one which matches your architecture/node version |
I'm using MuhammaraJS instead (thus requires code changes to the server). |
I solved install problem of hummus by using old version of node (8.x), but couldn't launch the server with this version. Best would really be to provide a docker image or lambda function for this and use non deprecated dependencies. @sylvainmouretfico do you have a code fork with muhammarJs implementation ? |
I can make a docker image / working lambda function for bryntum @sylvainmouretfico if you need external ressources |
@Aarbel we do have a docker image available on docker hub: https://hub.docker.com/r/bryntum/pdf-export-server |
@bmblb i have error using it: |
@Aarbel container from the docker hub has to be assembled and ready to run as its 700MB size suggests |
@bmblb i just ran |
cf #10 |
Cf https://www.npmjs.com/package/hummus
Maybe go for the drop-in replacement here https://github.com/julianhille/MuhammaraJS ?
The text was updated successfully, but these errors were encountered: