libremdb icon indicating copy to clipboard operation
libremdb copied to clipboard

Build error

Open ButteredCats opened this issue 2 days ago • 0 comments

Hi! Was trying to update to the newest release but I can't get libremdb to build. I get the following error using the instructions in the README with pnpm 10.25.0 :

TypeError: Cannot read properties of undefined (reading 'prototype')
    at 122 (/opt/libremdb/node_modules/.pnpm/[email protected][email protected][email protected][email protected][email protected]/node_modules/next/dist/compiled/jsonwebtoken/index.js:1:414)
    at __nccwpck_require__ (/opt/libremdb/node_modules/.pnpm/[email protected][email protected][email protected][email protected][email protected]/node_modules/next/dist/compiled/jsonwebtoken/index.js:1:30302)
    at 839 (/opt/libremdb/node_modules/.pnpm/[email protected][email protected][email protected][email protected][email protected]/node_modules/next/dist/compiled/jsonwebtoken/index.js:1:12274)
    at __nccwpck_require__ (/opt/libremdb/node_modules/.pnpm/[email protected][email protected][email protected][email protected][email protected]/node_modules/next/dist/compiled/jsonwebtoken/index.js:1:30302)
    at 536 (/opt/libremdb/node_modules/.pnpm/[email protected][email protected][email protected][email protected][email protected]/node_modules/next/dist/compiled/jsonwebtoken/index.js:1:17255)
    at __nccwpck_require__ (/opt/libremdb/node_modules/.pnpm/[email protected][email protected][email protected][email protected][email protected]/node_modules/next/dist/compiled/jsonwebtoken/index.js:1:30302)
    at 543 (/opt/libremdb/node_modules/.pnpm/[email protected][email protected][email protected][email protected][email protected]/node_modules/next/dist/compiled/jsonwebtoken/index.js:1:16087)
    at __nccwpck_require__ (/opt/libremdb/node_modules/.pnpm/[email protected][email protected][email protected][email protected][email protected]/node_modules/next/dist/compiled/jsonwebtoken/index.js:1:30302)
    at 874 (/opt/libremdb/node_modules/.pnpm/[email protected][email protected][email protected][email protected][email protected]/node_modules/next/dist/compiled/jsonwebtoken/index.js:1:3015)
    at __nccwpck_require__ (/opt/libremdb/node_modules/.pnpm/[email protected][email protected][email protected][email protected][email protected]/node_modules/next/dist/compiled/jsonwebtoken/index.js:1:30302)

Node.js v25.2.1
node:internal/process/promises:332
    triggerUncaughtException(err, true /* fromPromise */);
    ^

Error: Call retries were exceeded
    at ChildProcessWorker.initialize (/opt/libremdb/node_modules/.pnpm/[email protected][email protected][email protected][email protected][email protected]/node_modules/next/dist/compiled/jest-worker/index.js:1:11661)
    at ChildProcessWorker._onExit (/opt/libremdb/node_modules/.pnpm/[email protected][email protected][email protected][email protected][email protected]/node_modules/next/dist/compiled/jest-worker/index.js:1:12599)
    at ChildProcess.emit (node:events:508:28)
    at ChildProcess.emit (node:domain:489:12)
    at ChildProcess._handle.onexit (node:internal/child_process:293:12) {
  type: 'WorkerError'
}

Also tried with npm and yarn, no difference. Tried with a fresh clone too and no luck.

The entire output is longer so I uploaded it as a file instead: libremdb build error.txt

ButteredCats avatar Dec 22 '25 22:12 ButteredCats