I have installed yarn via windows installer sometimes back. Now I want to update it to latest version. How can I do that?
how to update yarn if I install through windows installer?
13.5k Views Asked by Shabith At
3
There are 3 best solutions below
0

choco upgrade yarn -y
- open powershell as administrator
- run
choco upgrade yarn -y
- run
I stumble across this minutes ago, searching on the docs I found nothing but 'yarn self-update', I don't know if this is a deprecated command, but themselves do not recommend it. so I looked for the install options and it give the Chocolatey package. So just upgrade via it.
Just download the new installer and rerun the setup.