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
I want to use Bun instead of Node-js in my project. I expect it to run, after I run bun index.ts.
What do you see instead?
I get this error related to node-rdkafka package: bun: symbol lookup error: /home/amirali/bun-test/node_modules/node-rdkafka/build/Release/node-librdkafka.node: undefined symbol: _ZN2v816FunctionTemplate12SetClassNameENS_5LocalINS_6StringEEE
Additional information
No response
The text was updated successfully, but these errors were encountered:
What version of Bun is running?
1.1.38
What platform is your computer?
Linux 6.8.0-49-generic x86_64 x86_64 (ubuntu 22.04)
What steps can reproduce the bug?
Just create a new directory and initiate a new project and try to import node-rdkafka.
add this to package.json (I use volta to manage my node version in different projects, handle it as you like):
Install node-rdkafka
paste this to index.ts
then:
What is the expected behavior?
I want to use Bun instead of Node-js in my project. I expect it to run, after I run
bun index.ts
.What do you see instead?
I get this error related to node-rdkafka package:
bun: symbol lookup error: /home/amirali/bun-test/node_modules/node-rdkafka/build/Release/node-librdkafka.node: undefined symbol: _ZN2v816FunctionTemplate12SetClassNameENS_5LocalINS_6StringEEE
Additional information
No response
The text was updated successfully, but these errors were encountered: