-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Command failed when using yarn #3050
Comments
Not sure this is esbuild related issue. |
This is the problem. You'll need to debug why esbuild is segfaulting on your computer. That's not something that I'll be able to debug on my end, sorry. In case it helps: The only issue that anyone has filed with esbuild that looks similar is this one: #1572. They debugged the issue themselves and were able to determine an appropriate fix. |
Unfortunately it didn't work. |
I marked this issue as |
I'm closing this issue because it has been unactionable for a while and no additional information was provided. |
@evanw debug how, though? I'm getting the same error, nvm installation, too, completely unrelated project and npm as the package manager. Not sure why esbuild is even needed for a goddamn Discord bot, to be honest. For what it's worth, even |
Maybe you check your dependencies, you using tsx, tsx is using esbuild, just a tip ;) |
It's probably tsx, then. Now I could roll it forward and ask why tsx depends on esbuild when it runs on the backend... but there is no point. It would be useful to get somewhere with the issue itself. Not sure if we ever got to know the environment used by the OP. Now I rather suspect it's system related. The |
I'm working on a project using Vue and Vite. Somehow today I checked a branch to review it, and when I ran
yarn
to install the new dependencies something broke.Everything was working fine, but now I have no idea what went wrong.
I'm using node 16.17.1 via nvm. I also tried using a latest node version but the error remains.
The text was updated successfully, but these errors were encountered: