We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On a M1 Mac the install script currently downloads a Intel (x86_64) build of chromium while there are arm builds available nowadays.
It would be nice if the install script downloaded the ARM version when using an M1 Mac.
The text was updated successfully, but these errors were encountered:
Update: forget it, I search the BrowserFetcher.ts,it is old or has been modified, the variable PUPPETEER_EXPERIMENTAL_CHROMIUM_MAC_ARM does not exist
PUPPETEER_EXPERIMENTAL_CHROMIUM_MAC_ARM
@mjarkk I found this PUPPETEER_EXPERIMENTAL_CHROMIUM_MAC_ARM env variable in the v14 doc
Try this see if it helps
PUPPETEER_EXPERIMENTAL_CHROMIUM_MAC_ARM=true PUPPETEER_PRODUCT=chrome deno run -A --unstable https://deno.land/x/[email protected]/install.ts
Sorry, something went wrong.
No branches or pull requests
On a M1 Mac the install script currently downloads a Intel (x86_64) build of chromium while there are arm builds available nowadays.
It would be nice if the install script downloaded the ARM version when using an M1 Mac.
The text was updated successfully, but these errors were encountered: