mirror of
https://github.com/usebruno/bruno.git
synced 2025-05-05 15:32:58 +00:00
chore: updated required node version in german contributing file (#3875)
* chore: updated required node version in german contributing file --------- Co-authored-by: Anoop M D <anoop.md1421@gmail.com>
This commit is contained in:
parent
2dd0424d8f
commit
9e45d4d227
@ -21,7 +21,7 @@ Bibliotheken die wir benutzen
|
|||||||
|
|
||||||
### Abhängigkeiten
|
### Abhängigkeiten
|
||||||
|
|
||||||
Du benötigst [Node v20.x oder die neuste LTS Version](https://nodejs.org/en/) und npm 8.x. Wir benutzen npm workspaces in dem Projekt.
|
Du benötigst [Node v22.x oder die neuste LTS Version](https://nodejs.org/en/) und npm 8.x. Wir benutzen npm workspaces in dem Projekt.
|
||||||
|
|
||||||
### Lass uns coden
|
### Lass uns coden
|
||||||
|
|
||||||
@ -42,12 +42,12 @@ Bruno wird als Desktop-Anwendung entwickelt. Um die App zu starten, musst Du zue
|
|||||||
|
|
||||||
### Abhängigkeiten
|
### Abhängigkeiten
|
||||||
|
|
||||||
- NodeJS v18
|
- NodeJS v22
|
||||||
|
|
||||||
### Lokales Entwickeln
|
### Lokales Entwickeln
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# use nodejs 18 version
|
# use nodejs 22 version
|
||||||
nvm use
|
nvm use
|
||||||
|
|
||||||
# install deps
|
# install deps
|
||||||
|
Loading…
x
Reference in New Issue
Block a user