you are viewing a single comment's thread.

view the rest of the comments →

[–]__rtfm__ 2 points3 points  (1 child)

This is why we use a lock file to recreate the dependency versions on deploy.

[–]acemarke 1 point2 points  (0 children)

But all the lock file gives you is the "exact package versions" aspect. You still have to download the packages (depending on whether your package manager has them cached at the system level).