You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.