create-astro@5.0.0-beta.3
📦 astroView on GitHub →
🐛 2 fixes
Summary
This patch release introduces a timeout for npm version checks to prevent hangs and fixes an issue where using --add and --no-install flags together caused an error.
🐛 Bug Fixes
- Fixed a hang that could occur when the npm registry is slow or unresponsive by adding a 10 second timeout to the version check.
- Resolved an error that occurred when the --add and --no-install flags were used together, as --add requires dependencies to be installed.