withastro/astro
withastro/astro
Activity
Last release
Open issues
Open PRs
License
release notes
release notes
Published 2 weeks ago
Safe upgraded241012 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.release notes
Published 2 weeks ago
Safe upgraded241012 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.The web framework for content-driven websites. ⭐️ Star to support our work!