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
1.1.20
Linux
bun i re2
Where: "re2": "^1.21.3",
The install process can be very long. (It is the case on my machine.)
And then, when running my tests with bun test:
bun test
bun: symbol lookup error: ~/Project/node_modules/re2/build/Release/re2.node: undefined symbol: node_module_register
It should just work, I guess
:/
I also have Node v20.15.1 installed on my machine
The text was updated successfully, but these errors were encountered:
Same issue here
bun: symbol lookup error: .../node_modules/re2/build/Release/re2.node: undefined symbol: node_module_register
Sorry, something went wrong.
Duplicate of #4290
Follow this in #4290
No branches or pull requests
What version of Bun is running?
1.1.20
What platform is your computer?
Linux
What steps can reproduce the bug?
bun i re2
Where:
"re2": "^1.21.3",
The install process can be very long. (It is the case on my machine.)
And then, when running my tests with
bun test
:What is the expected behavior?
It should just work, I guess
What do you see instead?
:/
Additional information
I also have Node v20.15.1 installed on my machine
The text was updated successfully, but these errors were encountered: