When new collaborators try to set up this project, even if they have a higher version of pnpm than the specified in the package.json file with "packageManager": ">=pnpm@8.0.0" they encounter this error.
ERR_PNPM_OTHER_PM_EXPECTED This project is configured to use >=pnpm
This is because the packageManager only accepts an exact version, we can't configure for a range.
To fix this issue, we can remove this line from package.json. However, we may encounter the same problem in issue #37, and have multiple lock files.
Therefore, I suggest adding these lock files to the .gitignore.
Operating System
macOS
Browser(s)
Chrome, Safari
Browser Version(s)
Latest
Relevant Log Output
No response
Code of Conduct
[X] I agree to follow this project's Code of Conduct
Discord Username
No response
Severity Level
Low
Description of the Bug
When new collaborators try to set up this project, even if they have a higher version of pnpm than the specified in the
package.json
file with"packageManager": ">=pnpm@8.0.0"
they encounter this error.ERR_PNPM_OTHER_PM_EXPECTED This project is configured to use >=pnpm
This is because the
packageManager
only accepts an exact version, we can't configure for a range.To fix this issue, we can remove this line from
package.json
. However, we may encounter the same problem in issue #37, and have multiple lock files.Therefore, I suggest adding these lock files to the
.gitignore
.Operating System
macOS
Browser(s)
Chrome, Safari
Browser Version(s)
Latest
Relevant Log Output
No response
Code of Conduct