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

后端 未结 10 2161
南笙
南笙 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 12:01

    The following helped me

    yarn config delete https-proxy
    yarn config delete proxy
    

    they set your https-proxy and proxy values to undefined. My https-proxy was set to localhost. Check that proxy and https-proxy config values are undefined by using the following

    yarn config get https-proxy
    yarn config get proxy
    

提交回复
热议问题