Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
## Prerequisites
-Install the [node.js](https://nodejs.org/) LTS runtime environment:
+Install the [node.js](https://nodejs.org/) current LTS or superior version runtime environment:
### Windows
- [Chocolatey](https://chocolatey.org/):
```powershell
-choco install -y nodejs-lts
+choco install -y nodejs
```
### MacOSX
- [Homebrew](https://brew.sh/):
```shell
-brew install node@16
+brew install node
```
### GNU/Linux
## Installation
+Enable corepack if not already done:
+
+```shell
+corepack enable
+```
+
In the repository root, run the following command:
```shell