tursodatabase / tursodatabase/libsql-js

Build failed under FreeBSD 14.3

Open
#199 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
335
Forks
48
Avg merge
3d 2h
Merged PRs (30d)
3

Description

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 libsql@0.6.0-pre.18: 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.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing npm install on FreeBSD 14.3 and inspect the package metadata that lists supported operating systems and CPUs. Determine whether the failure is caused by package metadata or native build support; done means a documented resolution for FreeBSD, with installation succeeding if support is available.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, node.js
Domain
build-system
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
32/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.