|
|
|
|
|
by e12e
2353 days ago
|
|
This is especially true as projects age; i recently ran into yet another bug installing dependencies for a rails app, because of a patch-version change on a small library had a bug that manifested with our otherwise old/legacy stack. I could see a similar situation for projects stuck on older version of node, lodash or whatever, where some tiny component break everything. Its always fun when you have a known good build, make a change and trigger an error - only to realize the error is in your build system/dependency graph due to someone else doing testing on a different subset of versions than you need - not due to the change you just did. |
|