Astro: create-astro@5.0.4 Release

Release date:
March 26, 2026
Previous version:
create-astro@5.0.3 (released March 19, 2026)
Magnitude:
6,493 Diff Delta
Contributors:
15 total committers
Data confidence:
Commits:

60 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Authored March 25, 2026
Authored March 24, 2026
Authored March 23, 2026
Authored March 26, 2026
Authored March 25, 2026
Authored March 25, 2026

Top Contributors in create-astro@5.0.4

ematipico
seroperson
renovate-bot
trueberryless
merlinnot
crutchcorn
pierreeurope
kylemclean
oliverlynch
alexanderniebuhr

Directory Browser for create-astro@5.0.4

All files are compared to previous version, create-astro@5.0.3. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

Patch Changes

  • #16106 d241012 Thanks @matthewp! - Fixes dependency installation failing on Windows when running npm create astro@latest. The previous fix for DEP0190 warnings incorrectly assumed .cmd shims could be spawned directly without a shell β€” on Windows, .cmd files require cmd.exe to execute. Package manager commands are now invoked via cmd.exe /d /s /c on Windows. Also fixes the [object Object] error message that appeared when installation failed, replacing it with the actual error.