Skip to content

Commit 5932d43

Browse files
committed
updated version info
1 parent 2bd64bb commit 5932d43

File tree

3 files changed

+42
-3
lines changed

3 files changed

+42
-3
lines changed

install-angular-tools/linux/install-linux.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,23 @@ In this guide, we will install the following development tools
44

55
* Visual Studio Code
66
* nvm
7-
* node
87
* npm
8+
* node
99
* tsc
1010

11+
## Versions
12+
13+
This course has been tested with the following software versions:
14+
15+
* nvm 0.35.0
16+
* npm 7.24.0
17+
* node 16.10.0
18+
* tsc 4.6.4
19+
* Angular 14
20+
* Spring Boot 2.7.1
21+
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+
1124
## Prerequisites
1225
* git: You must have the git command-line tool installed.
1326

@@ -126,7 +139,7 @@ In this course, we'll use Node to run applications that we develop using TypeScr
126139
>
127140
> In this example, node is similar to the Java JDK. And npm is similar to Maven.
128141
129-
## Angular Versions
142+
## Switch Node Versions
130143
131144
> Note: This course has been tested with Node 16.10. We will install this version.
132145

install-angular-tools/mac/install-mac.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,19 @@ In this guide, we will install the following development tools
88
* npm
99
* tsc
1010

11+
## Versions
12+
13+
This course has been tested with the following software versions:
14+
15+
* nvm 0.35.0
16+
* npm 7.24.0
17+
* node 16.10.0
18+
* tsc 4.6.4
19+
* Angular 14
20+
* Spring Boot 2.7.1
21+
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+
1124
## Prerequisites
1225
* git: You must have the git command-line tool installed.
1326

@@ -177,7 +190,7 @@ In this course, we'll use Node to run applications that we develop using TypeScr
177190
>
178191
> In this example, node is similar to the Java JDK. And npm is similar to Maven.
179192
180-
## Angular Versions
193+
## Switch Node Versions
181194
182195
> Note: This course has been tested with Node 16.10. We will install this version.
183196

install-angular-tools/ms-windows/install-ms-windows.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ In this guide, we will install the following development tools
77
* npm
88
* tsc
99

10+
## Versions
11+
12+
This course has been tested with the following software versions:
13+
14+
* nvm 0.35.0
15+
* npm 7.24.0
16+
* node 16.10.0
17+
* tsc 4.6.4
18+
* Angular 14
19+
* Spring Boot 2.7.1
20+
21+
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+
1023
## Install Visual Studio Code
1124
Visual Studio Code is a general purpose IDE that support many programming languages. Visual Studio Code has built-in support for TypeScript.
1225

0 commit comments

Comments
 (0)