-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deno fails to run puppeteer #25528
Comments
Looks like
I'll work on this issue. (Note: missing FileHandle methods are tracked in #25554 ) |
Same here (macOS M1), though I got a different error.
(Note - on the same machine, Node.js is able to run puppeteer just fine) |
Then you need to run the command:
(The version number may vary. This command should appear in the error message when This command should download Chrome at appropriate path, and should make puppeteer dependency work |
Version: Deno 1.46.3
index.ts:
package.json:
However:
works.
The text was updated successfully, but these errors were encountered: