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

Make build fails with unsupported pnpm version #1165

Open
sumitjainn opened this issue Sep 12, 2024 · 1 comment
Open

Make build fails with unsupported pnpm version #1165

sumitjainn opened this issue Sep 12, 2024 · 1 comment
Assignees
Labels
internally-reviewed The issue has been reviewed internally.

Comments

@sumitjainn
Copy link

Getting below error when performing make build

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

Your pnpm version is incompatible with "/home/sumit/dev/repos/3p/cosmo".

Expected version: 8
Got: 9.10.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.

To install the latest version of pnpm, run "pnpm i -g pnpm".
To check your pnpm version, run "pnpm -v".
make: *** [Makefile:59: dev-setup] Error 1

As per prerequisites pnpm >= 8.7.0 should work fine, however package.json pins the version to 8

Copy link

WunderGraph commits fully to Open Source and we want to make sure that we can help you as fast as possible.
The roadmap is driven by our customers and we have to prioritize issues that are important to them.
You can influence the priority by becoming a customer. Please contact us here.

@jensneuse jensneuse added the internally-reviewed The issue has been reviewed internally. label Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internally-reviewed The issue has been reviewed internally.
Projects
None yet
Development

No branches or pull requests

3 participants