scripts/Windows/install_yarn.ps1

Write-Host "Installing Yarn..." -ForegroundColor Cyan

choco install yarn --version=1.19.2

Write-Host "Yarn installed" -ForegroundColor Green