|
1 | 1 | # Installation |
2 | 2 |
|
3 | | -## Prerequisites |
| 3 | +## for Windows 10 |
4 | 4 |
|
5 | | -- node (> v14.16) |
6 | | -- npm |
7 | | -- .NET SDK 5.0 |
| 5 | +### Prerequisites |
8 | 6 |
|
9 | | -## Install Node.js |
| 7 | +- vscode (v1.78.0) |
| 8 | +- python (v3.11.3) |
| 9 | +- node (v16.17.1) |
| 10 | +- git |
| 11 | +- npm |
| 12 | +- .NET SDK 7.0 |
10 | 13 |
|
11 | | -- Download Node.js https://nodejs.org/dist/v14.16.0/ |
12 | | -- Unpack to folder: `{folder_nodejs}` |
13 | | -- For windows 7 set environment variable: NODE_SKIP_PLATFORM_CHECK=1 |
14 | | -- Add to environment variable Path: `{folder_nodejs}` |
15 | | -- Execute command: npm config --global set cache "`{folder_nodejs}`\\npm-cache" |
16 | | -- Execute command: npm config --global set prefix "`{folder_nodejs}`" |
17 | | -- Execute command: npm config ls -l |
| 14 | +### Software installation |
| 15 | + |
| 16 | +- Download [vscode 1.78.0](https://update.code.visualstudio.com/1.78.0/win32-x64-archive/stable "1.78.0") |
| 17 | +- Unpack to any folder |
| 18 | +- Download [python v3.11.3](https://www.python.org/downloads/release/python-3113/ "3.11.3") |
| 19 | +- Install python |
| 20 | +- Download [node.js v16.17.1](https://nodejs.org/dist/v16.17.1/ "16.17.1") |
| 21 | +- Install node.js with Tools for Native Modules (checkbox during installation) |
| 22 | +- Download [git](https://git-scm.com/download/win/ "git") |
| 23 | +- Install git |
18 | 24 |
|
19 | 25 | ## Install steps |
20 | 26 |
|
21 | 27 | - Clone repository and `cd` into it |
22 | 28 | - Execute command: npm install |
23 | 29 | - Open in Visual Studio Code (`code .`) |
24 | 30 | - Press <kbd>F5</kbd> to debug. |
| 31 | + |
| 32 | +## for Windows 7 |
| 33 | + |
| 34 | +Only up to extension version v0.3.4 (17-05-2023). |
| 35 | + |
| 36 | +### Prerequisites |
| 37 | + |
| 38 | +- vscode (v1.70.3, latest version with Windows 7 support) |
| 39 | +- python (v3.8.0) |
| 40 | +- node (v14.16) |
| 41 | +- git |
| 42 | +- npm |
| 43 | +- .NET SDK 5.0 |
| 44 | + |
| 45 | +### Software installation |
| 46 | + |
| 47 | +- Download [vscode 1.70.3](https://az764295.vo.msecnd.net/stable/a21a160d630530476218b85db95b0fd2a8cd1230/VSCodeSetup-x64-1.70.3.exe "1.70.3") |
| 48 | +- Unpack to any folder |
| 49 | +- Download [python v3.8.0](https://www.python.org/downloads/release/python-380/ "3.8.0") |
| 50 | +- Install python |
| 51 | +- Download [node.js v14.16](https://nodejs.org/dist/v14.16.0/ "14.16") |
| 52 | +- Unpack to folder: `{folder_nodejs}` |
| 53 | +- For windows 7 set environment variable: NODE_SKIP_PLATFORM_CHECK=1 |
| 54 | +- Add to environment variable Path: `{folder_nodejs}` |
| 55 | +- Execute command: npm config --global set cache "`{folder_nodejs}`\\npm-cache" |
| 56 | +- Execute command: npm config --global set prefix "`{folder_nodejs}`" |
| 57 | +- Execute command: npm config ls -l |
| 58 | +- Execute command: npm install -g --production windows-build-tools |
| 59 | +- Download [git](https://git-scm.com/download/win/ "git") |
| 60 | +- Install git |
0 commit comments