1
0
Fork 0

Update dependencies.md

The now LTS version of NodeJS is 14.x
This commit is contained in:
jameskimmel 2021-07-12 10:18:24 +02:00 committed by Chocobozzz
parent 8182a37067
commit 1d8400118a
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ _note_: only **LTS** versions of external dependencies are supported. If no LTS
2. It would be wise to disable root access and to continue this tutorial with a user with sudoers group access
3. Install NodeJS 12.x:
3. Install NodeJS 14.x:
[https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions)
4. Install yarn, and be sure to have [a recent version](https://github.com/yarnpkg/yarn/releases/latest):
[https://yarnpkg.com/en/docs/install#linux-tab](https://yarnpkg.com/en/docs/install#linux-tab)