On my machine (arch wsl on windows) the app wouldn't start because it couldn't find the package "chokidar". which it didn't install properly with npm install because fs events dependency wouldn't install because in the packagelock file i had to change "os": "darwin" to "os": "linux" under node_modules/fsevents. I open this in case someone stumbles at the same problem.
On my machine (arch wsl on windows) the app wouldn't start because it couldn't find the package "chokidar". which it didn't install properly with npm install because fs events dependency wouldn't install because in the packagelock file i had to change
"os": "darwin"to"os": "linux"under node_modules/fsevents. I open this in case someone stumbles at the same problem.