Chrome is not able to start
Closed this issue · 0 comments
Dastano commented
[Mon, 18 Oct 2021 15:33:07 GMT] Starting application
(node:2244) UnhandledPromiseRejectionWarning: Error: Failed to launch the browser process! spawn <"C:\Program Files\Google\Chrome\Application\Chrome.exe"> ENOENT
I changed the TS File to add:
ignoreDefaultArgs: ['--disable-extensions'],
(index.ts) and build again. Just in case.