Skip to content
Snippets Groups Projects
Commit bceae413 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-2958 OZG-3255 Add documentation for Node 16 installation

parent 152e9b80
No related branches found
No related tags found
No related merge requests found
# GoofyClient # GoofyClient
## Client starten ## Lokale Entwicklungsumgebung
Besteht aus:
* Node 16 (getestet: 16.18.1)
* NPM 8 (getestet: 8.19.2)
* Docker (Linux) bzw. Docker Desktop (Linux, Mac, Windows)
* docker compose v2 [installieren](https://github.com/docker/compose) (Linux) bzw. aktivieren (Docker Desktop)
* Einem Editor wie [Visual Studio Code](https://code.visualstudio.com/)
### Node 16 / NPM 8 installieren
_Vorbedingungen: Node 16 (getestet: 16.18.1) sowie NPM 8 (getestet: 8.19.2)._ Linux:
* Der eigenen Distribution entsprechende Dokumentation unter https://nodejs.org/en/download/package-manager/
* Beispiel Debian:
* https://deb.nodesource.com/setup_16.x prüfen auf Schadcode
* Installieren:
```
curl -fsSL https://deb.nodesource.com/setup_16.x | bash - &&\
apt-get install -y nodejs
```
Mac:
* Homebrew installieren:
* Anleitung auf https://brew.sh folgen
* Hinweis: https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh prüfen auf Schadcode vor der Installation
* Node 16 installieren: `brew install node@16`
Windows:
* Download des Installers von https://nodejs.org/download/release/v16.18.1/
## Client starten
Um den Client zum Laufen zu bekommen, muss zunächst ein `npm install --legacy-peer-deps` ausgeführt werden. Um den Client zum Laufen zu bekommen, muss zunächst ein `npm install --legacy-peer-deps` ausgeführt werden.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment