Npm error code EBADPLATFORM

got this error after i install @libsql/client

npm error code EBADPLATFORM
npm error notsup Unsupported platform for @libsql/win32-x64-msvc@0.5.4: wanted {“os”:“win32”,“cpu”:“x64”} (current: {“os”:“linux”,“cpu”:“x64”})
npm error notsup Valid os: win32
npm error notsup Actual os: linux
npm error notsup Valid cpu: x64
npm error notsup Actual cpu: x64
Error: Command “npm install” exited with 1

Hello, This could happen due to broken package-lock.json file. Could you delete package-lock.json and node_modules folder and run npm install?

Hello, I did it few times and still get the same result.