Why is pnpm trying to download @pnpm/exe while running pnpm install?
#11499
Unanswered
jeremymeng
asked this question in
Q&A
Replies: 2 comments 2 replies
-
|
Yes |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
so today we have in package.json "packageManager": "pnpm@10.33.0",
"engines": {
"node": ">=20",
"pnpm": ">=10.33.0"
},And we do |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
We already running with nodejs installed.
is it because the version of running
pnpmis different from what is specified in the rootpackage.json?Beta Was this translation helpful? Give feedback.
All reactions