Skip to content
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

[Bug]: The chromium binary is not available for arm64 (windows 11) #8915

Closed
robrobrobrob opened this issue Sep 8, 2022 · 0 comments · Fixed by #8921
Closed

[Bug]: The chromium binary is not available for arm64 (windows 11) #8915

robrobrobrob opened this issue Sep 8, 2022 · 0 comments · Fixed by #8921
Labels

Comments

@robrobrobrob
Copy link
Contributor

robrobrobrob commented Sep 8, 2022

Bug description

Steps to reproduce the problem:

  1. windows 11 for arm
  2. add any puppeteer > 3.3.0 to package.json
  3. yarn install
  4. error due to /src/node/BrowserFetcher.ts line 339

Should be:
// Use system Chromium builds on Linux ARM devices
if (os.platform() === 'linux' && os.arch() === 'arm64') {
handleArm64();
return;
}

Puppeteer version

anything > 3.3.0

Node.js version

16.14.0

npm version

8.3.1

What operating system are you seeing the problem on?

Windows

Relevant log output

The chromium binary is not available for arm64: 
If you are on Ubuntu, you can install with: 

 apt-get install chromium-browser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant