create-astro@5.0.1
📦 astroView on GitHub →
🐛 1 fixes🔧 1 symbols
Summary
This patch release resolves Node.js DEP0190 warnings during the execution of `create-astro` by removing the use of `shell: true` when spawning package manager commands.
🐛 Bug Fixes
- Avoided spawning package manager commands with shell: true during create-astro runs to prevent Node.js DEP0190 warnings on newer Node versions.