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: install-react-tools/linux/install-linux.md
+10-10
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,11 @@ In this guide, we will install the following development tools
13
13
This course has been tested with the following software versions:
14
14
15
15
* nvm 0.35.0
16
-
* npm 7.24.0
17
-
* node 16.10.0
18
-
* tsc 4.6.4
16
+
* npm 8.15
17
+
* node 16.17.0
18
+
* tsc 4.7.4
19
19
* React 18.2.0
20
-
* Spring Boot 2.7.1
20
+
* Spring Boot 2.7.3
21
21
22
22
It is **highly recommended** that you use the versions listed above to make sure you do not encounter any issues with the course. If you choose to use other versions then the code may not work as expected.
23
23
@@ -141,24 +141,24 @@ In this course, we'll use Node to run applications that we develop using TypeScr
141
141
142
142
## Switch Node Versions
143
143
144
-
> Note: This course has been tested with Node 16.10. We will install this version.
144
+
> Note: This course has been tested with Node 16.17. We will install this version.
145
145
146
-
1. Install and use Node 16.10
146
+
1. Install and use Node 16.17
147
147
148
148
```bash
149
-
nvm install 16.10.0
150
-
nvm use 16.10.0
149
+
nvm install 16.17.0
150
+
nvm use 16.17.0
151
151
```
152
152
153
153
## Install tsc
154
154
tsc is the TypeScript compiler. We use tsc to compile TypeScript code into JavaScript code. We can install the TypeScript compiler using the Node Package Manager (npm)
155
155
156
-
> Note: This course has been tested with TypeScript 4.6. We will install this version.
156
+
> Note: This course has been tested with TypeScript 4.7. We will install this version.
157
157
158
158
1. In your terminal window, enter the following command
159
159
160
160
```
161
-
npm install --location=global typescript@4.6.4
161
+
npm install --location=global typescript@4.7.4
162
162
```
163
163
164
164
The `--location=global` installs this as a global package. The TypeScript compiler will be available to all directories for this user.
Copy file name to clipboardExpand all lines: install-react-tools/mac/install-mac.md
+10-10
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,11 @@ In this guide, we will install the following development tools
13
13
This course has been tested with the following software versions:
14
14
15
15
* nvm 0.35.0
16
-
* npm 7.24.0
17
-
* node 16.10.0
18
-
* tsc 4.6.4
16
+
* npm 8.15
17
+
* node 16.17.0
18
+
* tsc 4.7.4
19
19
* React 18.2.0
20
-
* Spring Boot 2.7.1
20
+
* Spring Boot 2.7.3
21
21
22
22
It is **highly recommended** that you use the versions listed above to make sure you do not encounter any issues with the course. If you choose to use other versions then the code may not work as expected.
23
23
@@ -192,24 +192,24 @@ In this course, we'll use Node to run applications that we develop using TypeScr
192
192
193
193
## Switch Node Versions
194
194
195
-
> Note: This course has been tested with Node 16.10. We will install this version.
195
+
> Note: This course has been tested with Node 16.17. We will install this version.
196
196
197
-
1. Install and use Node 16.10
197
+
1. Install and use Node 16.17
198
198
199
199
```bash
200
-
nvm install 16.10.0
201
-
nvm use 16.10.0
200
+
nvm install 16.17.0
201
+
nvm use 16.17.0
202
202
```
203
203
204
204
## Install tsc
205
205
tsc is the TypeScript compiler. We use tsc to compile TypeScript code into JavaScript code. We can install the TypeScript compiler using the Node Package Manager (npm)
206
206
207
-
> Note: This course has been tested with TypeScript 4.6. We will install this version.
207
+
> Note: This course has been tested with TypeScript 4.7. We will install this version.
208
208
209
209
1. In your terminal window, enter the following command
210
210
211
211
```
212
-
npm install --location=global typescript@4.6.4
212
+
npm install --location=global typescript@4.7.4
213
213
```
214
214
215
215
The `--location=global` installs this as a global package. The TypeScript compiler will be available to all directories for this user.
Copy file name to clipboardExpand all lines: install-react-tools/ms-windows/install-ms-windows.md
+9-10
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,11 @@ In this guide, we will install the following development tools
11
11
12
12
This course has been tested with the following software versions:
13
13
14
-
* nvm 0.35.0
15
-
* npm 7.24.0
16
-
* node 16.10.0
17
-
* tsc 4.6.4
14
+
* npm 8.15
15
+
* node 16.17.0
16
+
* tsc 4.7.4
18
17
* React 18.2.0
19
-
* Spring Boot 2.7.1
18
+
* Spring Boot 2.7.3
20
19
21
20
It is **highly recommended** that you use the versions listed above to make sure you do not encounter any issues with the course. If you choose to use other versions then the code may not work as expected.
22
21
@@ -34,11 +33,11 @@ Visual Studio Code is a general purpose IDE that support many programming langua
34
33
## Install Node
35
34
Node is the the runtime environment for executing JavaScript code from the command-line. By using Node, you can create any type of application using JavaScript including server-side / backend applications.
36
35
37
-
In this course, we'll use Node to run applications that we develop using TypeScript and Angular.
36
+
In this course, we'll use Node to run applications that we develop using TypeScript and React.
38
37
39
-
> Note: This course has been tested with Node 16.10. We will install this version.
38
+
> Note: This course has been tested with Node 16.17.0. We will install this version.
40
39
41
-
1. In your web browser, visit https://nodejs.org/download/release/v16.10.0/
40
+
1. In your web browser, visit https://nodejs.org/download/release/v16.17.0/
42
41
43
42
2. Select the **Windows Installer (.msi)** for your system (32-bit or 64-bit)
44
43
@@ -73,12 +72,12 @@ In this course, we'll use Node to run applications that we develop using TypeScr
73
72
## Install tsc
74
73
tsc is the TypeScript compiler. We use tsc to compile TypeScript code into JavaScript code. We can install the TypeScript compile using the Node Package Manager (npm)
75
74
76
-
> Note: This course has been tested with TypeScript 4.6. We will install this version.
75
+
> Note: This course has been tested with TypeScript 4.7. We will install this version.
77
76
78
77
1. In your **Command Prompt** window, enter the following command
79
78
80
79
```
81
-
npm install --location=global typescript@4.6.4
80
+
npm install --location=global typescript@4.7.4
82
81
```
83
82
84
83
The "--location=global" installs this as a global package. The TypeScript compiler will be available to all directories for this user.
0 commit comments