Skip to content

Commit

Permalink
Don't install wrong yarn version first on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
adamretter authored Aug 18, 2018
1 parent 842196b commit 9a2cb40
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions doc/Developing.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,19 +240,15 @@ to your console:

@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"

Install `yarn` via `choco`. The `yarn` installation ensures that you will have
Install `yarn` via `choco` (**NOTE**: the version is important!). The `yarn` installation ensures that you will have
Node.js and npm too:

choco install yarn
choco install yarn --version 1.7.0 -y

Install `git` via `choco`

choco install git

Install the correct version of `yarn` (The version is important)

choco install yarn --version 1.7.0 -y

choco install git -y

Install Windows-Build-Tools.
Run PowerShell as an administrator and copy-paste the below command:

Expand Down

0 comments on commit 9a2cb40

Please sign in to comment.