exited with signal SIGTRAP
Author: taylortreeceCreated Nov 23, 2021Updated Jun 21, 2024
Hello, I have tried cloning this repo along with manually following the docs, and I am getting this error when running npm start:
/home/taylor/dev/electron-quick-start/node_modules/electron/dist/electron exited with signal SIGTRAP
I have traced the file only to find that electron within the dist directory is a file that cannot be read by vscode since it is a binary file or something of the sort. Does anyone know what this might be? I have googled around and posted to StackOverflow, but I have no idea how to resolve this. Any guidance would be appreciated. Thanks!
Source: electron/minimal-repro