tursodatabase / libsql-js

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

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

Open tindecken opened 9 months ago

tindecken commented 9 months 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 6 months ago

+me too, but in a lambda environment

hugo082 commented 6 months ago

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