Skip to content
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

Open
sylvainmouretfico opened this issue Dec 16, 2022 · 11 comments

Comments

@sylvainmouretfico
Copy link

Cf https://www.npmjs.com/package/hummus
Maybe go for the drop-in replacement here https://github.com/julianhille/MuhammaraJS ?

@Aarbel
Copy link

Aarbel commented Apr 20, 2023

Have same error with hummus, did you find a solution @sylvainmouretfico ?

image

@Aarbel
Copy link

Aarbel commented Apr 20, 2023

@bmblb

@bmblb
Copy link
Collaborator

bmblb commented Apr 20, 2023

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

@sylvainmouretfico
Copy link
Author

I'm using MuhammaraJS instead (thus requires code changes to the server).

@Aarbel
Copy link

Aarbel commented Apr 20, 2023

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.

image

@sylvainmouretfico do you have a code fork with muhammarJs implementation ?

@Aarbel
Copy link

Aarbel commented Apr 20, 2023

I can make a docker image / working lambda function for bryntum @sylvainmouretfico if you need external ressources

@bmblb
Copy link
Collaborator

bmblb commented Apr 20, 2023

@Aarbel we do have a docker image available on docker hub: https://hub.docker.com/r/bryntum/pdf-export-server

@Aarbel
Copy link

Aarbel commented Apr 20, 2023

@bmblb i have error using it:

image

@bmblb
Copy link
Collaborator

bmblb commented Apr 21, 2023

@Aarbel container from the docker hub has to be assembled and ready to run as its 700MB size suggests

@Aarbel
Copy link

Aarbel commented Apr 21, 2023

@bmblb i just ran docker-compose up -d --buildand it fails. I have 32Gb Ram and 50GO Space dedicated for Docker

@Aarbel
Copy link

Aarbel commented Apr 23, 2023

cf #10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants