mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
The previous commit passed only `--minimum-release-age=0`, but npm's actual config key is `min-release-age` (days, npm >=11.10.0) — CLI flag `--min-release-age`. Pass that, plus the camelCase `--minimum-release-age=0` defensively (the spelling pnpm/bun use, in case npx is shimmed). npm ignores unrecognized config flags, so the extra one is harmless. Without the correct flag, npx of a version newer than a user's global cooldown window fails with ETARGET and would kill `stack dev`. |
||
|---|---|---|
| .. | ||
| dashboard-ui-components | ||
| init-stack | ||
| js | ||
| react | ||
| stack | ||
| stack-cli | ||
| stack-sc | ||
| stack-shared | ||
| stack-ui | ||
| tanstack-start | ||
| template | ||