-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Labels
Description
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
corepack use pnpm- Add
@eslint/jsto your dependencies:
"devDependencies": {
"@eslint/js": "9.35.0",
}
- add
minimumReleaseAge: 1440in thepnpm-workspace.yamlfile - 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
- it doesn't suggest me to change resolution mode, as this will not help
- it suggests doing something else, like adding the package to the ignored list, so that I can fix this
- 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
Reactions are currently unavailable