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
190n
added
libuv
Issue occurs due to a module trying to use functions from libuv
and removed
napi
Compatibility with the native layer of Node.js
labels
Mar 12, 2025
What version of Bun is running?
1.2.6-canary.22+fdd181d68
What platform is your computer?
Linux 6.1.0-30-amd64 x86_64
What steps can reproduce the bug?
Import the module, compiled with this instruction:
node::GetCurrentEventLoop(context->GetIsolate())
What is the expected behavior?
No Error
What do you see instead?
bun: symbol lookup error: ~/uws_linux_x64_127.node: undefined symbol: _ZN4node19GetCurrentEventLoopEPN2v87IsolateE
Additional information
No response
The text was updated successfully, but these errors were encountered: