Skip to content

Support pnpm@9 #628

@hyunbinseo

Description

@hyunbinseo

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.0

This 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.

"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.

Metadata

Metadata

Assignees

No one assigned

    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