We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
node-rdkafka
The node library node-rdkafka fails to load in Deno 1.37.0+.
import Kafka from "npm:node-rdkafka"
On both Linux and Mac the bindings file cannot be found:
Stack trace: Error: Could not locate the bindings file. Tried: → /srv/noteable/.cache/deno/npm/registry.npmjs.org/bindings/1.5.0/build/node-librdkafka.node → /srv/noteable/.cache/deno/npm/registry.npmjs.org/bindings/1.5.0/build/Debug/node-librdkafka.node → /srv/noteable/.cache/deno/npm/registry.npmjs.org/bindings/1.5.0/build/Release/node-librdkafka.node → /srv/noteable/.cache/deno/npm/registry.npmjs.org/bindings/1.5.0/out/Debug/node-librdkafka.node → /srv/noteable/.cache/deno/npm/registry.npmjs.org/bindings/1.5.0/Debug/node-librdkafka.node → /srv/noteable/.cache/deno/npm/registry.npmjs.org/bindings/1.5.0/out/Release/node-librdkafka.node → /srv/noteable/.cache/deno/npm/registry.npmjs.org/bindings/1.5.0/Release/node-librdkafka.node → /srv/noteable/.cache/deno/npm/registry.npmjs.org/bindings/1.5.0/build/default/node-librdkafka.node → /srv/noteable/.cache/deno/npm/registry.npmjs.org/bindings/1.5.0/compiled/18.17.1/linux/x64/node-librdkafka.node → /srv/noteable/.cache/deno/npm/registry.npmjs.org/bindings/1.5.0/addon-build/release/install-root/node-librdkafka.node → /srv/noteable/.cache/deno/npm/registry.npmjs.org/bindings/1.5.0/addon-build/debug/install-root/node-librdkafka.node → /srv/noteable/.cache/deno/npm/registry.npmjs.org/bindings/1.5.0/addon-build/default/install-root/node-librdkafka.node → /srv/noteable/.cache/deno/npm/registry.npmjs.org/bindings/1.5.0/lib/binding/node-v108-linux-x64/node-librdkafka.node at bindings (file:///srv/noteable/.cache/deno/npm/registry.npmjs.org/bindings/1.5.0/bindings.js:126:9) at Object.<anonymous> (file:///srv/noteable/.cache/deno/npm/registry.npmjs.org/node-rdkafka/2.17.0/librdkafka.js:10:32) at Object.<anonymous> (file:///srv/noteable/.cache/deno/npm/registry.npmjs.org/node-rdkafka/2.17.0/librdkafka.js:14:4) at Module._compile (node:module:733:34) at Object.Module._extensions..js (node:module:747:10) at Module.load (node:module:658:32) at Function.Module._load (node:module:539:12) at Module.require (node:module:677:19) at require (node:module:791:16) at Object.<anonymous> (file:///srv/noteable/.cache/deno/npm/registry.npmjs.org/node-rdkafka/2.17.0/lib/client.js:14:13)
The text was updated successfully, but these errors were encountered:
Have you fixed it yet? facing the same issue on macos sonoma and debian
Sorry, something went wrong.
npm:bindings
npm:callsites
7776636
fix: support npm:bindings and npm:callsites packages (#24727)
ecaf922
Adds support for `npm:bindings` and `npm:callsites` packages because of changes in denoland/deno_core#838. This `deno_core` bump causes us to stop prepending `file://` scheme for locations in stack traces that are for local files. Fixes #24462 , fixes #22671 , fixes #15717 , fixes #19130 , fixes WiseLibs/better-sqlite3#1205 , fixes WiseLibs/better-sqlite3#1034 , fixes #20936 --------- Co-authored-by: Nathan Whitaker <[email protected]>
Successfully merging a pull request may close this issue.
The node library
node-rdkafka
fails to load in Deno 1.37.0+.On both Linux and Mac the bindings file cannot be found:
The text was updated successfully, but these errors were encountered: