withastro/astro

Can't add MDX integration on new Astro project

ericswpark opened this issue · 1 comments

Astro Info

Astro                    v5.0.0-beta.12
Node                     v23.3.0
System                   Windows (x64)
Package Manager          npm
Output                   static
Adapter                  none
Integrations             none

If this issue only occurs in one browser, which browser is a problem?

No response

Describe the Bug

When attempting to add the official MDX integration, I get an error because the MDX integration doesn't support Astro v5, despite the documentation grabbing the latest v5-beta version of Astro

What's the expected result?

The integration should support v5

Link to Minimal Reproducible Example

https://idx.google.com/u/0/astro-v5-mdx-bug-6299364

Participation

  • I am willing to submit a pull request for this issue.

Closing as the CLI tool for initializing new projects was grabbing v5-beta incorrectly. This was fixed with #12557. Thank you @ArmandPhilippot for helping locate the issue!