From 2700f708caa81baf611ae8de49a402d004f84431 Mon Sep 17 00:00:00 2001 From: Milos Stojanovic Date: Thu, 21 Nov 2024 09:39:16 +0100 Subject: [PATCH] Node version requirement documented --- README.md | 2 +- docs/development.md | 2 +- docs/install.md | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bcfc132..5c9b404 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ See `docker-compose-dev.yml` for more informations about configurations and depe ## Project setup for development (Linux) -You must have `git`, `php`, `npm`, and `composer` installed. +You must have `git`, `php`, `node (v14)`, `npm`, and `composer` installed. ``` git clone https://github.com/filegator/filegator.git diff --git a/docs/development.md b/docs/development.md index c12b1cf..24b5007 100644 --- a/docs/development.md +++ b/docs/development.md @@ -15,7 +15,7 @@ See `docker-compose-dev.yml` for more informations about configurations and depe ## Project setup for development (Linux) -You must have `git`, `php`, `npm`, and `composer` installed. +You must have `git`, `php`, `node (v14)`, `npm`, and `composer` installed. ``` git clone https://github.com/filegator/filegator.git diff --git a/docs/install.md b/docs/install.md index 443a192..a1b8561 100644 --- a/docs/install.md +++ b/docs/install.md @@ -11,6 +11,7 @@ visit: http://127.0.0.1:8080 login as admin/admin123 ## Minimum Requirements - PHP 7.2.5+ (with php-zip extension) +- Node v12 or v14 ## Download precompiled build Precompiled build is created for non-developers. In this version, the frontend (html, css and javascript) is compiled for you and the source code is removed so the final archive contains only minimum files.