-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Improve error codes on sigsegv fault #9301
Comments
Could you provide your package.json / any commands you ran so we can try to reproduce this? |
package.json it was run on vercel so they might also have something to do with it. The full error points to it happening because of the 'vue-email/nuxt' package, but i have attached the log in case there is info im not seeing |
Working on a reproduction now |
related but i dont think i have an issue: i want to rebuild the crash handler to be more useful, so that we could resolve the crash and hopefully reduce the need for reproductions. |
We very likely fixed this. Please let us know if you're still running into it sometime in the next week and we'll re-open the issue. |
What is the problem this feature would solve?
The current fault does not expose why a build, fails but simply that it does. When switching to pnpm it outputs usable codes.
What is the feature you are proposing to solve the problem?
improve this code:
Error: Command "bun install" exited with SIGSEGV
to something like this:
ERROR: Big integer literals are not available in the configured target environment ("es2019")
This is the same codebase ran on Bun and PNPM
What alternatives have you considered?
No response
The text was updated successfully, but these errors were encountered: