-
-
Notifications
You must be signed in to change notification settings - Fork 577
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
Breaks after Astro updates to 5.0.3 #2658
Comments
Seeing this as well after upgrade to v5 👍 |
Follow this pr: #2612 |
As a temporary fix, add this to your "overrides": {
"@astrojs/mdx": "^4.0.0"
} |
@morellodev added the override, but still got the same issue |
Did you re-run |
same here, got the same issue even added the override, and i am using pnpm for now |
The work around is fine for me, if you use "pnpm": {
"overrides": {
"@astrojs/mdx": "^4.0.0"
}
} and then re-run |
Thanks @morellodev , after removing the node_modules and use your configuration, works fine now. Thanks! |
@morellodev I am using Yarn |
@samrith-s I think you can use resolutions: https://yarnpkg.com/configuration/manifest#resolutions |
@DavidJFelix tried doing that, but still got the same error unfortunately |
For bun, this worked for me:
And had to add this to
Delete node_modules and then |
Support for Astro v5 has been released in Starlight |
Something’s still broken. If you open the official StackBlitz template linked from getting started, it uses astro 5.0.8 and @astrojs/starlight 0.30.2, but it shows an error page and the following console output:
|
Astro seems to be struggling with race conditions around content collections in v5. If you manually run |
- astro version 4 -> 5 - いくつかのビルドエラーが発生 - withastro/starlight#2658 - output の設定が変更される=> 削除:hybridレンダリングモード(https://docs.astro.build/en/guides/upgrade-to/v5/#removed-hybrid-rendering-mode) - [cannot find entry point module 'astro:db' について](withastro/astro#12699)
Starlight with
|
That appears to be a different error from any of the ones shared above. A new issue with a reproduction would be the best way to share this. |
What version of
starlight
are you using?0.29.2
What version of
astro
are you using?5.0.3
What package manager are you using?
pnpm
What operating system are you using?
Linux
What browser are you using?
Firefox
Describe the Bug
Astro asked me to update to version 5. So I did:
…which I immediately regretted…
Link to Minimal Reproducible Example
https://github.com/Signum/starlight-astro5-breakage
Participation
The text was updated successfully, but these errors were encountered: