To reproduce, run pnpm install, which will give you:
[ERR_PNPM_NO_MATURE_MATCHING_VERSION] Version 7.0.0-dev.20260406.1 (released 37 days ago) of @typescript/native-preview-win32-x64 does not meet the minimumReleaseAge constraint
This error happened while installing the dependencies of @typescript/native-preview@7.0.0-dev.20260406.1
The latest release of @typescript/native-preview-win32-x64 is "7.0.0-dev.20260513.1". Published at 13/05/2026 08:59:45
The minimumReleaseAge is set to 1440 minutes (1 day), so well below 37 days. This seems to have something to do with the time entry missing from the lockfile for @typescript/native-preview. That said, it pretty obviously shouldn't be failing for not meeting the minimumReleaseAge.