You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/Developing.md
+53-25
Original file line number
Diff line number
Diff line change
@@ -250,33 +250,61 @@ etc.) by opening `packages/<package name>/coverage/index.html`.
250
250
251
251
## Building on Windows
252
252
253
-
Run cmd.exe as an administrator and install `choco` by copy-pasting the command
254
-
to your console:
253
+
1. Run cmd.exe as an Administrator. You can do this by pressing <kbd>Win</kbd>+<kbd>r</kbd> and entering `runas /user:Administrator cmd` in the open text box, and then clicking OK or pressing <kbd>Enter</kbd>.
Install `yarn` via `choco`. The `yarn` installation ensures that you will have
259
-
Node.js and npm too:
260
-
261
-
choco install yarn
262
-
263
-
Install `git` via `choco`
264
-
265
-
choco install git
266
-
267
-
Install the correct version of `yarn` (The version is important)
255
+
2. Install Chocolately (which will give you the `choco` command) by copy and pasting the command below into the Command Prompt, and then pressing the <kbd>return</kbd> key to run it:
268
256
269
-
choco install yarn --version 1.7.0 -y
270
-
271
-
Install Windows-Build-Tools.
272
-
Run PowerShell as an administrator and copy-paste the below command:
0 commit comments