Say I have a dependency graph like this:
root - d1 - d3 (v1.1)
`- d2 - d3 (v1.2)
and for some reason d3 v1.1 and v1.2 are incompatible (i.e., d1 has to use d3 v1.1, d2 has to use d3 v1.2).
Is there a way in Yarn 3 to make this work?
Say I have a dependency graph like this:
root - d1 - d3 (v1.1)
`- d2 - d3 (v1.2)
and for some reason d3 v1.1 and v1.2 are incompatible (i.e., d1 has to use d3 v1.1, d2 has to use d3 v1.2).
Is there a way in Yarn 3 to make this work?
Copyright © 2021 Jogjafile Inc.