quadratic icon indicating copy to clipboard operation
quadratic copied to clipboard

Electron app errors on Windows

Open HactarCE opened this issue 3 years ago • 0 comments

C:\quadratic\core> npm run dev

> [email protected] dev
> concurrently -k "BROWSER=none npm start" "wait-on http://localhost:3000 && electron ."

[0] 'BROWSER' is not recognized as an internal or external command,
[0] operable program or batch file.
[0] BROWSER=none npm start exited with code 1
--> Sending SIGTERM to other processes..
[1] wait-on http://localhost:3000 && electron . exited with code 1

HactarCE avatar Nov 07 '22 01:11 HactarCE