This will give you a .msi
file that when run will walk you through installing
Yarn on Windows.
If you use the installer you will first need to install
Node.js.
Download Installer
Download Installer (RC)
Download Installer (Nightly)
Chocolatey is a package manager for Windows.
You can install Chocolatey by following
these instructions.
Once you have Chocolatey installed, you may install yarn by running the
following code in your console:
choco install yarn
This will also ensure that you have Node.js installed.
Scoop is a command-line installer for Windows.
You can install Scoop by following
these instructions.
Once you have Scoop installed, you may install yarn by running the
following code in your console:
scoop install yarn
If Node.js is not installed, scoop will give you a suggestion to install it.
Example:
scoop install nodejs
Please whitelist your project folder and the Yarn cache directory (%LocalAppData%\Yarn) in your antivirus software, otherwise installing packages will be significantly slower as every single file will be scanned as it's written to disk.