docker-registry-ui icon indicating copy to clipboard operation
docker-registry-ui copied to clipboard

Electron not possible to build

Open elementalTIMING opened this issue 2 years ago • 0 comments

Hi,

I followed step-by-step your install guide from the README. When building the electron it comes to these error messages.

⠧ Building module: keytar, Completed: 0gyp: name 'openssl_fips' is not defined while evaluating condition 'openssl_fips != ""' in binding.gyp while trying to load binding.gyp
✖ Rebuild Failed

An unhandled error occurred inside electron-rebuild
node-gyp failed to rebuild '/Users/lars/Downloads/docker-registry-ui-main/docker-registry-ui-main/examples/electron/node_modules/keytar'.
Error: `gyp` failed with exit code: 1



Error: node-gyp failed to rebuild '/Users/lars/Downloads/docker-registry-ui-main/docker-registry-ui-main/examples/electron/node_modules/keytar'.
Error: `gyp` failed with exit code: 1


    at ModuleRebuilder.rebuildNodeGypModule (/Users/lars/Downloads/docker-registry-ui-main/docker-registry-ui-main/examples/electron/node_modules/electron-rebuild/lib/src/module-rebuilder.js:193:19)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async Rebuilder.rebuildModuleAt (/Users/lars/Downloads/docker-registry-ui-main/docker-registry-ui-main/examples/electron/node_modules/electron-rebuild/lib/src/rebuild.js:190:9)
    at async Rebuilder.rebuild (/Users/lars/Downloads/docker-registry-ui-main/docker-registry-ui-main/examples/electron/node_modules/electron-rebuild/lib/src/rebuild.js:152:17)
    at async /Users/lars/Downloads/docker-registry-ui-main/docker-registry-ui-main/examples/electron/node_modules/electron-rebuild/lib/src/cli.js:146:9

elementalTIMING avatar Sep 28 '23 15:09 elementalTIMING