yarn is having troubles with the network connection

后端 未结 12 1988
伪装坚强ぢ
伪装坚强ぢ 2021-02-12 19:02

I tried to install a package with yarn earlier today and I got this

yarn install
yarn install v1.9.4
[1/4]          


        
12条回答
  •  南旧
    南旧 (楼主)
    2021-02-12 19:58

    Try increasing network timeout

    yarn install --network-timeout 1000000
    

    found this on GitHub issues https://github.com/yarnpkg/yarn/issues/4890

提交回复
热议问题