Skip to content

Error: Cannot find module '@libsql/darwin-x64' on Mac M4 #308

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Drunkenpilot opened this issue Mar 27, 2025 · 0 comments
Open

Error: Cannot find module '@libsql/darwin-x64' on Mac M4 #308

Drunkenpilot opened this issue Mar 27, 2025 · 0 comments

Comments

@Drunkenpilot
Copy link

  "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'
  ]
}

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant