Commit 1bb783b
committed
fix(FR-2857): make pnpm install reliable under the minimumReleaseAge policy
- Enable `prefer-full-metadata=true` in `.npmrc` so pnpm fetches the
registry `time` field. Without this, the existing `minimumReleaseAge`
policy aborts `pnpm install` with `ERR_PNPM_MISSING_TIME` whenever a
package's metadata is fetched fresh (abbreviated metadata omits `time`).
- Add `minimumReleaseAgeExclude` entries for `react@19.2.6` and
`react-dom@19.2.6` (published 2026-05-06, less than 7 days before this
change) so the recent React bump (#7330) is installable. Remove these
entries once they age out on or after 2026-05-13.1 parent 8d7fe21 commit 1bb783b
2 files changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
79 | 85 | | |
80 | 86 | | |
81 | 87 | | |
| |||
0 commit comments