通过Chocolatey安装yarn

通过Chocolatey安装yarn

官网提供了三种安装方式,本想下载.msi,用Node装,但是点进去链接失效了= =

通过Chocolatey安装yarn
Chocolatey没用过,官网给的安装方式是
打开powershell,执行: Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
第一次执行失败了,
通过Chocolatey安装yarn
应该是网络问题,打开科学上网,安装成功。输入choco检查:
通过Chocolatey安装yarn
度娘了一下,chocolatey为了程序猿能像linux里一样,直接用命令安装程序,什么QQ/TIM/Wechat都能直接装。

chorolatey装好了,直接choro install yarn就好了,,