> >I think the real issue is that it does not pull not-yet-cached modules.>
I did some console.log debugging yesterday.
The tarball-fetcher, for whatever be the reason, doesn't ever trigger the .on('finish' event
https://salsa.debian.org/js-team/node-yarnpkg/-/blob/master/src/fetchers/tarball-fetcher.js#L164There are some 4 pipes before the finish event. I'm looking through each one of them to see if there's a mismatch.