On 03/20/2018 04:14 PM, Herb Miller Jr. wrote: > That is scary. I hadn't noticed there are node_modules directories under > many node modules and that npm list outputs different versions of the > same dependency. To help me better understand the situation, when you > see this happen does "bar-1.0" normally depend on "baz-1.0" because... > > A) There is some huge technical hurdle in upgrading to "baz-2.0"? > B) I was too lazy or didn't care to upgrade to "baz-2.0"? > C) My package.json is outdated? > > If A, can you point me to a good example I can take a look at?
It's usually B or C, but I hit several cases where there was a real incompatibility. When I opened Github issues, I got a lot of WONTFIX responses telling me that I have to use npm. No particular examples come to mind, though -- this was about 2.5 years ago.