CheshireCaat / puppeteer-with-fingerprints

Anonymous automation via puppeteer with fingerprint replacement technology.
MIT License
300 stars 36 forks source link

Unsupported platform for browser-with-fingerprints@1.5.9 #101

Closed Guwudao closed 4 months ago

Guwudao commented 5 months ago

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 browser-with-fingerprints@1.5.9: 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 commented 5 months ago

This library only support windows