From 302dab3485f236f9b817ebd179c5966796fdf21d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sven=20J=C3=B6rns?= Date: Tue, 12 Mar 2019 23:06:21 +0100 Subject: [PATCH 1/2] Update local-backend.md add link to node download site --- backend/installation/local-backend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/installation/local-backend.md b/backend/installation/local-backend.md index bf101242f..30ec5de05 100644 --- a/backend/installation/local-backend.md +++ b/backend/installation/local-backend.md @@ -1,6 +1,6 @@ # Local Installation -Make sure you have a recent version of node - we currently use 10.15.1 +Make sure you have a recent version of [node](https://nodejs.org/en/download/) - we currently use 10.15.1 ```bash $ node -v From caa9a98c19cd73521ff7a3d51533ca265bf0e252 Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Wed, 13 Mar 2019 13:06:43 +0100 Subject: [PATCH 2/2] Use the LTS version of Node --- backend/installation/local-backend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/installation/local-backend.md b/backend/installation/local-backend.md index 30ec5de05..75a4a2a8f 100644 --- a/backend/installation/local-backend.md +++ b/backend/installation/local-backend.md @@ -1,6 +1,6 @@ # Local Installation -Make sure you have a recent version of [node](https://nodejs.org/en/download/) - we currently use 10.15.1 +Make sure you have a recent LTS (long term support) version of [node](https://nodejs.org/en/download/) - we currently use 10.15.1 ```bash $ node -v