node-secure-enclave
node-secure-enclave copied to clipboard
exited with signal SIGSEGV
I installed the package with npm i secure-enclave
in my Electron App. When I tried to create the key pair for the first time using await SecureEnclave.createKeyPair({ key: 'com.your-team.app.this-key' })
. It threw the following error:
/Users/alex/programming/projects/learning/js/electron-quick-start/node_modules/electron/dist/Electron.app/Contents/MacOS/Electron exited with signal SIGSEGV
Note: I started my simple electron App using the electron .
command