update(readme): Updated "Prerequisites" section
CI / lint-and-format (push) Successful in 34s
CI / changeset-check (push) Successful in 28s
CI / unit-tests (push) Successful in 34s
CI / component-tests (push) Successful in 32s
CI / lint-and-format (pull_request) Successful in 29s
CI / changeset-check (pull_request) Successful in 29s
CI / unit-tests (pull_request) Successful in 39s
CI / component-tests (pull_request) Successful in 30s

- Added a link to node version manager
- Minimum node version 24 is required
- how to install node version 24
This commit is contained in:
2026-08-30 14:17:18 +02:00
parent 4afa8ba33e
commit 1dbd692a20
+3 -7
View File
@@ -59,17 +59,13 @@ luna-charts/
### Prerequisites
* Node.js `>= 22.0.0`
* pnpm `11.11.0` (see `devEngines` in `package.json`; pnpm will be downloaded automatically via Corepack if missing)
* [Node Version manager](https://github.com/nvm-sh/nvm/blob/master/README.md) `0.40.7`
* Node.js `>= 24.0.0`. Use `nvm install 24` for it
* pnpm `12.0.0`
* Docker (required for running component/browser tests locally, see below)
### Installation
Download the [Node Version manager](https://github.com/nvm-sh/nvm/blob/master/README.md). If the installation was successful, install Node.js version 24:
`nvm install 24`
Afterwards, clone LUNA-Charts from our repository or from GitHub. The GitHub repository is updated every 30 minutes.
```bash
git clone https://github.com/Ninosaurier/LUNA-Charts.git
cd luna-charts