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

Unsupported platform for [email protected] #101

Closed
Guwudao opened this issue May 11, 2024 · 1 comment
Closed

Unsupported platform for [email protected] #101

Guwudao opened this issue May 11, 2024 · 1 comment

Comments

@Guwudao
Copy link

Guwudao commented May 11, 2024

I was using Mac M2 and try to install the plugin with

npm i puppeteer-with-fingerprints

but it shows Unsupported platform and logs as below:

npm ERR! code EBADPLATFORM npm ERR! notsup Unsupported platform for [email protected]: wanted {"os":"win32","cpu":"ia32,x64"} (current: {"os":"darwin","cpu":"arm64"}) npm ERR! notsup Valid os: win32 npm ERR! notsup Actual os: darwin npm ERR! notsup Valid cpu: ia32,x64 npm ERR! notsup Actual cpu: arm64

so does it not support arm64 yet?

@fdciabdul
Copy link

This library only support windows

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants