|
|
|
|
|
by jhardy54
1434 days ago
|
|
Are you familiar with npm? I haven’t used it deeply in years, but the last time I checked it still supported conflicting dependencies. If A and B both depend on different versions of C, then both versions of C are installed and A/B see the version they want. |
|