-
Notifications
You must be signed in to change notification settings - Fork 147
Closed
Description
Is your feature request related to a problem? Please describe.
The package is not compatible with the newly released pnpm@9.
This error happened while installing the dependencies of svelte-check@3.6.9
Your pnpm version is incompatible with "svelte-preprocess@5.1.3".
Expected version: ^8.0.0
Got: 9.0.0This is happening because the package's manifest has an engines.pnpm field specified.
To fix this issue, install the required pnpm version globally.
Describe the solution you'd like
Support "pnpm": ">= 8.0.0" if possible.
svelte-preprocess/package.json
Lines 20 to 24 in c2107e5
| "engines": { | |
| "node": ">= 16.0.0", | |
| "pnpm": "^8.0.0" | |
| }, | |
| "packageManager": "pnpm@8.12.1", |
How important is this feature to you?
Blocking upgrade to pnpm@9.
szethh, udayvunnam, kairo913, achanmars, luisfontes and 3 more
Metadata
Metadata
Assignees
Labels
No labels