Handling multiple pnpm versions #8001
Unanswered
ggascoigne
asked this question in
Q&A
Replies: 1 comment
-
Seriously, no one has any suggestions? Seems like a pretty common situation, particularly when the file format changes and you can no longer use the same version everywhere? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Given the breaking changes in pnpm v9, specifically it breaking pnpm dlx authentication (#7996), I'm stuck in a position where I want to support some repos using v8 and some using v9. I've previously been just installing pnpm globally and that's been easy and reliable, now I need something more fine grained.
What is the preferred way to handle per-repo pnpm versions. Basically I want fnm for pnpm versions.
Beta Was this translation helpful? Give feedback.
All reactions