Yarn failed on Windows os environment

so, removing yarn.lock and then

before_install:
  - yarn config delete proxy
  - npm config rm proxy
  - npm config rm https-proxy

got this working for us! I’m not sure if yarn.lock removal is necessary. I’m testing that out now.