Hubs-Foundation / hubs-compose

Local development setup for Hubs
Mozilla Public License 2.0
44 stars 37 forks source link

Yarn network timeout fix #37

Open dillfrescott opened 1 year ago

dillfrescott commented 1 year ago

I was having trouble fetching the yarn packages for spoke on my Digital Ocean VPS, it kept timing out on some of the larger packages, and i fixed it by adding --network-timeout 100000 to the yarn install command.

You should consider adding this as default perhaps since it really does help!