Closed Dastano closed 3 years ago
[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.
[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.