Skip to content

Commit

Permalink
Merge pull request #432 from crunchip77/master-2
Browse files Browse the repository at this point in the history
Update nodejs.md
  • Loading branch information
GermanBluefox authored Aug 13, 2023
2 parents 45c50d6 + 6a9563d commit a9a9e1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/de/install/nodejs.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Node.js und npm"
lastChanged: "29.10.2022"
lastChanged: "11.08.2023"
---


Expand All @@ -14,14 +14,14 @@ benötigt er dazu die Laufzeitumgebung Node.js.

Node.js wird hier bei Bedarf mit den folgenden Befehlen installiert:

```curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -```
```curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash -```

```sudo apt-get install -y nodejs```




!> Stand Oktober 2022 ist die Version 16 von Node.js für ioBroker empfohlen!
!> Stand März 2023 ist die Version 18 von Node.js für ioBroker empfohlen!

!> Ungerade Node.js Versionen dürfen nicht verwendet werden.

Expand Down

0 comments on commit a9a9e1a

Please sign in to comment.