-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
When setting minimumReleaseAge (https://pnpm.io/settings#minimumreleaseage), installs from the registry fail with:
ERR_PNPM_MISSING_TIME The metadata of @taskforcesh/bullmq-pro is missing the top-level "time" field
Apparently the package model does not provide the time metadata:
nandu/packages/service/src/models/package.ts
Lines 35 to 39 in e9e5fc1
| return { | |
| ...pkg.toJSON(), | |
| versions, | |
| "dist-tags": distTags, | |
| }; |
Reference: https://github.com/npm/registry/blob/main/docs/responses/package-metadata.md#full-metadata-format
Copilot
Metadata
Metadata
Assignees
Labels
No labels