32 bit UnSupported platfrom how to solve this like prob.
Akash-Rathore opened this issue · 1 comments
Akash-Rathore commented
npm ERR! code EBADPLATFORM
npm ERR! notsup Unsupported platform for @nut-tree/nut-js@3.1.2: wanted {"os":"l
inux,darwin,win32","cpu":"x64,arm64"} (current: {"os":"win32","cpu":"ia32"})
npm ERR! notsup Valid os: linux,darwin,win32
npm ERR! notsup Actual os: win32
npm ERR! notsup Valid cpu: x64,arm64
npm ERR! notsup Actual cpu: ia32
npm ERR! A complete log of this run can be found in: C:\Users\Lenovo\AppData\Loc
s1hofmann commented
Hi @Akash-Rathore 👋
you’ll have to build a custom provider which wraps the native implementation that has been recompiled for 32bit Windows systems.