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: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ The developed app simply displays the current weather for the location entered b
28
28
29
29
### Technical Requirements
30
30
31
-
* A current version of [Node.js](https://nodejs.org/) (preferably 18.x)
31
+
* A current version of [Node.js](https://nodejs.org/) (preferably 18.x or 20.x)
32
32
* A code editor supporting TypeScript development (preferably the free [Microsoft Visual Studio Code](https://code.visualstudio.com/), as it was used to create the tutorial)
Copy file name to clipboardExpand all lines: exercises/ex0/README.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Exercise 0 - Get Prepared
2
2
3
-
To get started, you need to ensure that you have a recent [Node.js](https://nodejs.org/de/download) version (recommended: 18.x or higher) installed on your machine.
3
+
To get started, you need to ensure that you have a recent [Node.js](https://nodejs.org/de/download) version (recommended: 18.x or 20.x) installed on your machine.
4
4
5
5
## Install Yeoman And Easy UI5
6
6
@@ -24,7 +24,8 @@ To verify the version of the installed generator-easy-ui5 you can run the follow
24
24
npm info generator-easy-ui5 version
25
25
```
26
26
27
-
> :warning:**Remark:** The version must be at least **```3.6.2```** to be able to consume the latest template from this repository available [here](https://github.com/SAP-samples/ui5-typescript-tutorial/tree/main/generator)!
27
+
> :warning:**Remark:** The version must be at least **```3.6.2```** to be able to consume the latest template from this repository available [here](https://github.com/SAP-samples/ui5-typescript-tutorial/tree/main/generator)!<br>
28
+
> When using Node.js 21.x or higher, you need at least version 3.7.0 of the Easy UI5 Generator.<br>
28
29
> For the tutorial we used the Easy UI5 Generator 3.6.2. You can also explicitly install this version via `npm install -g [email protected]`.
0 commit comments