You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to install with yarn, I kept getting error messages about timeouts. After googling around for similar issues, I saw this comment stating that the timeout can be increased with --timeout 500000, making the issue go away. Just thought I should mention this for others that see the problem. It's not necessarily that my internet connection was slow, but it seems that yarn includes the time to unpack the .tgz file in the timeout.
The text was updated successfully, but these errors were encountered:
Yes, this was on Windows, but I was using Windows subsystem for Linux (WSL). I'm not sure if that makes a difference, as I believe I was technically running on an Ubuntu VM. I'll close out my issue.
When attempting to install with yarn, I kept getting error messages about timeouts. After googling around for similar issues, I saw this comment stating that the timeout can be increased with
--timeout 500000
, making the issue go away. Just thought I should mention this for others that see the problem. It's not necessarily that my internet connection was slow, but it seems that yarn includes the time to unpack the .tgz file in the timeout.The text was updated successfully, but these errors were encountered: