libsql-js icon indicating copy to clipboard operation
libsql-js copied to clipboard

Build failed under FreeBSD 14.3

Open v20z opened this issue 3 months ago • 0 comments

Hello Gentlemen.

I wanted to use this in my small personal project but got this error message:

# npm install
npm error code EBADPLATFORM
npm error notsup Unsupported platform for [email protected]: wanted {"os":"darwin,linux,win32","cpu":"x64,arm64,wasm32,arm"} (current: {"os":"freebsd","cpu":"x64"})
npm error notsup Valid os:   darwin,linux,win32
npm error notsup Actual os:  freebsd
npm error notsup Valid cpu:  x64,arm64,wasm32,arm
npm error notsup Actual cpu: x64
# uname -a
FreeBSD server.localnetwork 14.3-STABLE FreeBSD 14.3-STABLE ef360183d GENERIC amd64

Please advise what to do next.

Thank You.

v20z avatar Aug 19 '25 20:08 v20z