-
-
Notifications
You must be signed in to change notification settings - Fork 329
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
Electron build failure related to keytar #209
Comments
Ran into the same issue. What I did, after playing around for a while, was simply remove keytar references as I didn't need it :D After that I noticed that my registry url wasn't being used for some reason? So I manually updated ${REGISTRY_URL} in the index.html file. Rebuild and run ... Thanks ! |
Hi, thank you for using my project. I'm sorry, the original contributor of the electron example was @agrippa1994 and I did't test it with the v2.0 of the project... 😕 |
Btw, I am able to build unmodified using Node 12.x, but 14.x and 16.x result in the error above. But yes @johnpoth there is basically nothing in there to replace ENV variables. Looks like the bin/entrypoint does it for docker images, but not so much for the electron stuff |
Thanks! Version 12.13 worked |
Hi, I'm not very savvy with Node development, but ran into an issue trying to build the standalone electron version, following the instructions at https://github.com/Joxit/docker-registry-ui/tree/main/examples/electron/README.md .
Bug description
npm run dist
fails with C++ build errors building the module keytar:System information
The text was updated successfully, but these errors were encountered: