My build for a react-nextjs application was working properly till a few days ago. But for some reason, deployments are stuck on the Building fresh packages
step. We use yarn.
And I checked the logs via debug mode of Travis. I followed these steps to see some logs about the issue. https://github.com/yarnpkg/yarn/issues/5129#issuecomment-842775713
And I see an ESOCKETTIMEDOUT
error.
Does anyone have a suggestion to solve that issue?