tursodatabase / libsql-js

A better-sqlite3 compatible API for libSQL that supports Bun, Deno, and Node
MIT License
205 stars 22 forks source link

Cannot find module "@libsql/linux-arm64-musl" from "/root/dev/bunjs/node_modules/libsql/index.js" #45

Open tindecken opened 1 year ago

tindecken commented 1 year ago

I'm using raspberry Pi with Bunjs, try to do import libsql but it throws error

error: Cannot find module "@libsql/linux-arm64-musl" from "/root/dev/bunjs/node_modules/libsql/index.js"

image

vincent-thomas commented 11 months ago

+me too, but in a lambda environment

hugo082 commented 11 months ago

Maybe related to https://github.com/tursodatabase/libsql-js/issues/70?