From 68370dbe30bdae37dd2a6a29b8a41801e94db1ed Mon Sep 17 00:00:00 2001 From: Huge Date: Thu, 23 Nov 2023 14:55:32 +0100 Subject: [PATCH 1/2] Update readme.md with node version check otherwise illegible error occurs --- .github/readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/readme.md b/.github/readme.md index 3fa3826b4..5774f76fd 100644 --- a/.github/readme.md +++ b/.github/readme.md @@ -162,8 +162,9 @@ Installing via ZIP download (discouraged) ### Linux - 1. Run the `start.sh` script. - 2. Enjoy. + 1. Ensure you have Node.js v14 or higher installed by running `node -v`. + 2. Run the `start.sh` script. + 3. Enjoy. ## API keys management From e48cd0a49d0a8e3be73497c2c3c4e4aff9a1cd29 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Thu, 23 Nov 2023 21:13:20 +0200 Subject: [PATCH 2/2] Fix version number + provide LTS guidance --- .github/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/readme.md b/.github/readme.md index 5774f76fd..83c91901a 100644 --- a/.github/readme.md +++ b/.github/readme.md @@ -162,7 +162,7 @@ Installing via ZIP download (discouraged) ### Linux - 1. Ensure you have Node.js v14 or higher installed by running `node -v`. + 1. Ensure you have Node.js v18 or higher (the latest [LTS release](https://nodejs.org/en/download/) is recommended) installed by running `node -v`. 2. Run the `start.sh` script. 3. Enjoy.