Skip to content

ERR_PNPM_MISSING_TIME is not actionable #9963

@MonstraG

Description

@MonstraG

Verify latest release

  • I verified that the issue exists in the latest pnpm release

pnpm version

v10.16.0

Which area(s) of pnpm are affected? (leave empty if unsure)

Dependencies resolver

Link to the code that reproduces this issue or a replay of the bug

No response

Reproduction steps

  1. corepack use pnpm
  2. Add @eslint/js to your dependencies:
	"devDependencies": {
		"@eslint/js": "9.35.0",
    }
  1. add minimumReleaseAge: 1440 in the pnpm-workspace.yaml file
  2. run pnpm up -L

Same problem on

@testing-library/dom
@testing-library/jest-dom
@testing-library/react
@testing-library/user-event
web-vitals
react-scripts
@tsconfig/next
@types/hast
@types/eslint-plugin-jsx-a11
...and more

Describe the Bug

It prints:

 ERR_PNPM_MISSING_TIME  The metadata of @eslint/js is missing the "time" field

This error happened while installing a direct dependency of /my-app

If you cannot fix this registry issue, then set "resolution-mode" to "highest".

Expected Behavior

  1. it doesn't suggest me to change resolution mode, as this will not help
  2. it suggests doing something else, like adding the package to the ignored list, so that I can fix this
  3. ignore the package automatically?

Which Node.js version are you using?

v24.7.0

Which operating systems have you used?

  • macOS
  • Windows
  • Linux

If your OS is a Linux based, which one it is? (Include the version if relevant)

Arch, EndeavorOS

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions