puppeteer-with-fingerprints icon indicating copy to clipboard operation
puppeteer-with-fingerprints copied to clipboard

Unsupported platform for [email protected]

Open Guwudao opened this issue 9 months ago • 0 comments

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?

Guwudao avatar May 11 '24 03:05 Guwudao