When using pnpm create nuxt, dependency installation fails due to PNPM now throwing an error (ERR_PNPM_IGNORED_BUILDS) when build scripts have been blocked. This causes the whole project creation to fail, and steps such as initializing a git repository are skipped. Allowing users to approve builds interactively, or some other fix would prevent this.
When using
pnpm create nuxt, dependency installation fails due to PNPM now throwing an error (ERR_PNPM_IGNORED_BUILDS) when build scripts have been blocked. This causes the whole project creation to fail, and steps such as initializing a git repository are skipped. Allowing users to approve builds interactively, or some other fix would prevent this.