You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hi,
I followed step-by-step your install guide from the README. When building the electron it comes to these error messages.
The text was updated successfully, but these errors were encountered: