Change8

create-astro@5.0.4

📦 astroView on GitHub →
🐛 2 fixes

Summary

This patch release fixes an issue where dependency installation failed on Windows during project creation by correctly invoking package manager commands via cmd.exe. It also improves error reporting during installation failures.

🐛 Bug Fixes

  • Fixed dependency installation failing on Windows when running `npm create astro@latest` by ensuring package manager commands are invoked via `cmd.exe /d /s /c` on Windows.
  • Fixed the `[object Object]` error message during installation failure, replacing it with the actual error.