wertyaser
(Wertyaser)
1
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
swarnava
(Swarnava Sengupta)
2
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?
wertyaser
(Wertyaser)
3
Hello, I did it few times and still get the same result.
system
(system)
Closed
4
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.