pnpm resolutions
#4271
-
Is there a pnpm equivalent of the yarn resolutions functionality? |
Beta Was this translation helpful? Give feedback.
Answered by
zkochan
Jan 21, 2022
Replies: 1 comment
-
Yes, {
"pnpm": {
"overrides": {
"foo": "^1.0.0",
"quux": "npm:@myorg/quux@^1.0.0",
"bar@^2.1.0": "3.0.0",
"qar@1>zoo": "2"
}
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
zkochan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes,
pnpm.overrides