I'm working on an Electron project, and I wanted to run it on my raspberry pi 3 B+, which is on Raspbian (installed with NOOBS). I first tried to build my electron app with the following command, and then import it on my rasp through ssh.
npm run electron:linux
The app runs on my computer just fine, but it doesn't launch on my raspberry. I then tried to just git clone my whole project directly on it, but again, I didn't succeed to make it work. Does anyone know why it doesn't work on Raspbian ?