Skip to content

Invalid pnpm version specified in packageManager field ([email protected] does not exist) #12

@zecka

Description

@zecka

The package.json specifies "packageManager": "[email protected]", but this version does not exist on the npm registry.

This causes pnpm install to fail with:

ERR_PNPM_NO_MATCHING_VERSION

Suggested fix: change it to "[email protected]" which is the closest valid version.

Additionally, the CONTRIBUTING.md file currently states:

Make sure you have the matching version of pnpm installed by running pnpm --version. Currently, we're on 9.8.10

Correct me if i'm wrong but If corepack is used (which is standard with recent Node versions), this step is not necessary , the correct version is automatically resolved based on the packageManager field.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions