You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, when trying to run the example application, it fails with following error: Browser target is not found.
Error stack:
C:\__work\carol-test>deno run -A hello.ts
Check file:///C:/__work/carol-test/hello.ts
error: Uncaught (in promise) Error: Browser target is not found
throw new Error('Browser target is not found');
^
at Browser.target (https://unpkg.com/[email protected]/lib/esm/puppeteer/common/Browser.js:302:19)
at Application.init_ (https://deno.land/x/[email protected]/carol.ts:118:18)
at launch (https://deno.land/x/[email protected]/carol.ts:806:15)
at async file:///C:/__work/carol-test/hello.ts:4:13
Chrome version: 107.0.5304.63 (Official Build) (64-bit)
OS: Windows 10 Pro 22H2
The text was updated successfully, but these errors were encountered:
Hello, when trying to run the example application, it fails with following error:
Browser target is not found
.Error stack:
Chrome version: 107.0.5304.63 (Official Build) (64-bit)
OS: Windows 10 Pro 22H2
The text was updated successfully, but these errors were encountered: