Skip to content

Support pnpm minimumReleaseAge feature #46

@leipert

Description

@leipert

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:

return {
...pkg.toJSON(),
versions,
"dist-tags": distTags,
};

Reference: https://github.com/npm/registry/blob/main/docs/responses/package-metadata.md#full-metadata-format


Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions