From 7dfc35d204207fb1310ceb7750395913668c26c7 Mon Sep 17 00:00:00 2001 From: Serge Latyntcev Date: Tue, 1 Oct 2019 14:27:23 +1300 Subject: [PATCH] DOC Fix the required NodeJS version for CMS custamisation --- .../15_Customising_the_Admin_Interface/02_CMS_Architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/02_Developer_Guides/15_Customising_the_Admin_Interface/02_CMS_Architecture.md b/docs/en/02_Developer_Guides/15_Customising_the_Admin_Interface/02_CMS_Architecture.md index 15d3f594f..f75220d9f 100644 --- a/docs/en/02_Developer_Guides/15_Customising_the_Admin_Interface/02_CMS_Architecture.md +++ b/docs/en/02_Developer_Guides/15_Customising_the_Admin_Interface/02_CMS_Architecture.md @@ -17,7 +17,7 @@ For a more practical-oriented approach to CMS customizations, refer to the ## Installation -In order to contribute to the core frontend code, you need [NodeJS 4.x](https://nodejs.org/). +In order to contribute to the core frontend code, you need [NodeJS](https://nodejs.org/). This will install the package manager necessary to download frontend requirements. Once NodeJS is ready to go, you can download those requirements: