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
The examples/bare-node example isnt working with node 22/23
To Reproduce
Change the Worker import to
const { Worker } = require('worker_threads');
and run
node .\node-duckdb.js
TypeError: this._worker.addEventListener is not a function
at f.attach (...@duckdb\duckdb-wasm\dist\duckdb-node.cjs:1:13364)
at new f (...\@duckdb\duckdb-wasm\dist\duckdb-node.cjs:1:13283)
at ...node-duckdb.js:21:20
Browser/Environment:
node 22/23
Device:
windows (also tried ubuntu)
DuckDB-Wasm Version:
1.29.0
DuckDB-Wasm Deployment:
node
The text was updated successfully, but these errors were encountered:
What happens?
The examples/bare-node example isnt working with node 22/23
To Reproduce
Change the
Worker
import toand run
Browser/Environment:
node 22/23
Device:
windows (also tried ubuntu)
DuckDB-Wasm Version:
1.29.0
DuckDB-Wasm Deployment:
node
The text was updated successfully, but these errors were encountered: