Ignore yarn missing unmet dependencies warning in azure pipelines
问题 I'm struggling to get a build with yarn working on azure pipelines build. I'm running on a self hosted windows 10 machine, with Node 8 and Yarn 1.13. My pipeline definition can be boiled down to: steps: - powershell: | yarn install --frozen-lockfile and the output I'm getting is ##[section]Starting: PowerShell ============================================================================== Task : PowerShell Description : Run a PowerShell script on Windows, macOS, or Linux. Version : 2.140.2