Patch Changes
- #16106
d241012Thanks @matthewp! - Fixes dependency installation failing on Windows when runningnpm create astro@latest. The previous fix for DEP0190 warnings incorrectly assumed.cmdshims could be spawned directly without a shell — on Windows,.cmdfiles requirecmd.exeto execute. Package manager commands are now invoked viacmd.exe /d /s /con Windows. Also fixes the[object Object]error message that appeared when installation failed, replacing it with the actual error.