Y
Hacker News
new
|
ask
|
show
|
jobs
by
qooleot
3991 days ago
I think NPM 3 is adding flattening. I.e. if A and B both are alright with 1.0.2 of C, then it'll not duplicate it under A and B.
1 comments
Nitramp
3991 days ago
Flattening identical versions reduces the size/expense, but it doesn't really help if all libraries have slightly differently versioned dependencies. That is common, in particular if people depend on exact versions.
link