Skip to content

Commit 20757d0

Browse files
committed
Describe required easy-ui5 version for Node.js 21.x
In response to #17
1 parent 0d55c4e commit 20757d0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The developed app simply displays the current weather for the location entered b
2828

2929
### Technical Requirements
3030

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)
3232
* 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)
3333

3434
### Required Knowledge

exercises/ex0/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Exercise 0 - Get Prepared
22

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.
44

55
## Install Yeoman And Easy UI5
66

@@ -24,7 +24,8 @@ To verify the version of the installed generator-easy-ui5 you can run the follow
2424
npm info generator-easy-ui5 version
2525
```
2626

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>
2829
> 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]`.
2930
3031
## Summary

0 commit comments

Comments
 (0)