0👍
Did you try increasing the network timeout?
It is possible the package yarn is installing could be too large or the network is too slow (This happened on my mac when i install yarn on docker)
Try either
yarn add YourPackageHere --network-timeout 100000
or
yarn install --network-timeout 1000000
Source:stackexchange.com