(no title)
6keZbCECT2uB | 1 year ago
The issue I was referring to is that in Javascript, you can write code which uses multiple versions of the same library which are mutually incompatible. Since they're mutually incompatible, no sat-solve or unifyer is going to help you. You must permit multiple versions of the same library in the same environment. So far, my approach of ignoring some Javascript libraries has worked for my backend development. :)
dwattttt|1 year ago
But you can use two versions of the same library in your project; I've done it by giving one of them a different name.