-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Esbuild 0.24.1 cause astro build to fail #12797
Comments
@leochiu-a I can confirm this error. I have the same error message. |
I have the same error in a blank Astro 5.1 project, with no added dependencies, just creating the basic project and then running the build. As a workaround, force esbuild to version 0.24.0 worked for me. |
Going to close the issue since this isn't an Astro issue. You can follow the upstream issue. |
Facing same issue ^ On astro project level, can address the problem temporarily by overriding the version. I couldn't override version of
|
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
The latest version of
esbuild@0.24.1
causesastro build
to fail. After changing theesbuild
version to 0.24.0, everything works fine.What's the expected result?
astro build
successfully.Link to Minimal Reproducible Example
https://github.com/leochiu-a/astro-practice
Participation
The text was updated successfully, but these errors were encountered: