You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"dependencies": {
"@libsql/client": "^0.15.1"
}
Operating System:
• macOS 15.3.2 (Build 24D81)
• Darwin Kernel 24.3.0
• Boot Mode: Normal
Hardware:
• Model: Mac mini (Mac16,10)
• Chip: Apple M4
node:internal/modules/cjs/loader:1249
const err = new Error(message);
^
Error: Cannot find module '@libsql/darwin-x64'
Require stack:
- /Volumes/project/node_modules/libsql/index.js
at Function._resolveFilename (node:internal/modules/cjs/loader:1249:15)
at Function._load (node:internal/modules/cjs/loader:1075:27)
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:219:24)
at Module.require (node:internal/modules/cjs/loader:1340:12)
at require (node:internal/modules/helpers:138:16)
at requireNative (/Volumes/project//node_modules/libsql/index.js:22:10)
at Object.<anonymous> (/Volumes/project/node_modules/libsql/index.js:47:5)
at Module._compile (node:internal/modules/cjs/loader:1565:14)
at Object..js (node:internal/modules/cjs/loader:1708:10) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'/Volumes/project/node_modules/libsql/index.js'
]
}
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: