Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support PNPM > 10.0.0 #2033

Open
bryanpizzillo opened this issue Mar 4, 2025 · 0 comments
Open

Support PNPM > 10.0.0 #2033

bryanpizzillo opened this issue Mar 4, 2025 · 0 comments

Comments

@bryanpizzillo
Copy link
Member

Issue description

ESTIMATE TBD

The latest version of PNPM is 10.5.2 and our package.json limits us to 10.0.0. Also our dev environment setup says to just npm install -g pnpm so that does not work well.

❯ pnpm install
 ERR_PNPM_UNSUPPORTED_ENGINE  Unsupported environment (bad pnpm and/or Node.js version)

Your pnpm version is incompatible with "/Users/bryanp/Development/git/nciocpl/ncids".

Expected version: >=8.0.0 <10.0.0
Got: 10.5.2

This is happening because the package's manifest has an engines.pnpm field specified.
To fix this issue, install the required pnpm version globally.

To install the latest version of pnpm, run "pnpm i -g pnpm".
To check your pnpm version, run "pnpm -v".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant