Yarn - There appears to be trouble with your network connection. Retrying

后端 未结 10 2162
南笙
南笙 2020-12-23 11:23

I have been trying to do the quickstart guide for react native, but kept getting this error

There appears to be trouble with your network connection. Retryin         


        
10条回答
  •  伪装坚强ぢ
    2020-12-23 11:49

    1. Could be that your network speed is too slow and timeout is relatively short, you can set yarn install --network-timeout=30000
    2. If you still have the error, could be solved by proxy, vim ~/.yarnrc and add useful proxy setting.

提交回复
热议问题