cloudflaremonorepocloudflare-workerswrangler

Wrangler library Unsupported platform: win32


Hopping you have a nice day.

I'm working on a monorepo using React and Cloudflare workers for my BE. But I've a struggle when running:

npm i -g wrangler

I get this error message:

npm error Error: Unsupported platform: win32 ia32 LE

Do you have idea how to fix it?

I'm guessing the most obvious solution would be finding a version that supports win64 (Which I'm looking for right now but haven't found any yet) but I'm opened to any suggestion.

Thanks again for your time!


Solution

  • Fellows!

    Found the solution. Just had to update my node installation to x64.

    Thanks anyway to everyone!