From caa9a98c19cd73521ff7a3d51533ca265bf0e252 Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Wed, 13 Mar 2019 13:06:43 +0100 Subject: [PATCH] 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