yarn is having troubles with the network connection

后端 未结 12 1950
伪装坚强ぢ
伪装坚强ぢ 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:46

    I have tried a lot:

    • npm clean cache
    • yarn clean cache
    • yarn config delete proxy
    • yarn config delete https-proxy
    • yarn config delete registry
    • yarn install --network-timeout 1000000

    finally it works!

提交回复
热议问题