create-astro@5.2.4
Fixed 1
- Fixes npm install warnings on npm v11+ about esbuild's install scripts not being covered by allowScripts by adding ensureNpmScriptsAllowed() to pre-approve esbuild in package.json before running npm install
From Astro
Patch Changes
- #17756
f88c875Thanks @astro-factory! - Fixesnpm installwarnings on npm v11+ about esbuild's install scripts not being covered byallowScripts. AddsensureNpmScriptsAllowed()to pre-approve esbuild inpackage.jsonbefore runningnpm install, matching the existing pnpm v11 compatibility fix.