-
When I upgrade to pnpm 10, pnpm install freeze. This is probably only related to my project, so I was wondering if there is anything I can do to debug the issue on my computer ? |
Beta Was this translation helpful? Give feedback.
Answered by
zkochan
Apr 4, 2025
Replies: 2 comments 6 replies
-
Is it happening in a monorepo? |
Beta Was this translation helpful? Give feedback.
3 replies
-
@leo91000 could you share what value you were using that was causing the issue? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have switched to another package for globs. Seems like it has some issues with negations in globs. If in your
packages
field ofpnpm-workspace.yaml
you use!/<rest of the glob>
, try to change it to!<rest of the glob>