Skip to content

Commit

Permalink
Describe required easy-ui5 version for Node.js 21.x
Browse files Browse the repository at this point in the history
In response to
#17
  • Loading branch information
akudev committed Nov 29, 2023
1 parent 0d55c4e commit 20757d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The developed app simply displays the current weather for the location entered b

### Technical Requirements

* A current version of [Node.js](https://nodejs.org/) (preferably 18.x)
* A current version of [Node.js](https://nodejs.org/) (preferably 18.x or 20.x)
* 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)

### Required Knowledge
Expand Down
5 changes: 3 additions & 2 deletions exercises/ex0/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Exercise 0 - Get Prepared

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

## Install Yeoman And Easy UI5

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

> :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)!
> :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>
> When using Node.js 21.x or higher, you need at least version 3.7.0 of the Easy UI5 Generator.<br>
> 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]`.
## Summary
Expand Down

0 comments on commit 20757d0

Please sign in to comment.