-
-
Notifications
You must be signed in to change notification settings - Fork 476
New issue
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
🐛 <jemalloc>: Unsupported system page size #1692
Comments
You should report the bug in the bun repository, as it aims to have Node.js compatibility. npx works fine. |
I don't use |
It was an example. If npx works (or pnpm dlx, yarn dlx), which is based on Node.js, so should bunx. Jarred explicitly said that incompatibility bugs with Node.js should be reported in the bun repository. |
Hi, I have the same issue using
Manually editing node: v18.19.0 |
Probably your OS doesn't fit the heuristic of the function. Not sure what we should update to match your OS |
Thanks for the quick reply. gnzlbg/jemallocator#68 And setting the page size for aarch64 builds to 16 should fix it.
I would be happy to support on this. |
Would you like to send a PR? |
Sure: #1975 |
Just installed 1.5.3-nightly.4fa841c and it works! 🎉 |
Environment information
What happened?
bun install && bun lint
to run the Node binary installed as a dev dependency.<jemalloc>
error onaarch64
systems.Expected result
Formatted code in
src
directory in accordance with specified Biome configuration. Instead, I see the following error:Biome version: 1.5.3
Bun version: 1.0.21
Node version: 20.10.0
Linux kernel: 6.6.3-411.asahi.fc39.aarch64+16k
Code of Conduct
The text was updated successfully, but these errors were encountered: