From d0e5bc4629df9ecd9938cd799a1e945a0db6cfd5 Mon Sep 17 00:00:00 2001 From: REJack Date: Mon, 7 Feb 2022 21:06:16 +0100 Subject: [PATCH] update node version info in docs & contribution guides --- .github/CONTRIBUTING.md | 2 +- README.md | 4 ++-- docs/how-to-contribute.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 764097f87..368148480 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -17,7 +17,7 @@ Contributions are always **welcome and recommended**! Here is how for beginner's ``` * Create a new branch 3. Compile dist files (Development) : - * To compile the dist files you need Node.js 10 or higher/npm (node package manager) + * To compile the dist files you need Node.js 14 or higher/npm (node package manager) * Delete ./package-lock.json file * `npm install` (install npm deps) * `npm run dev` (developer mode, autocompile with browsersync support for live demo) diff --git a/README.md b/README.md index 05a8b461e..11eeb2dac 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ _**Important Note**: You needed to add separately cdn links for plugins in your ``` ### Using The Command Line: -_**Important Note**: To install it via npm/Yarn, you need at least Node.js 10 or higher._ +_**Important Note**: To install it via npm/Yarn, you need at least Node.js 14 or higher._ #### Via npm ```bash npm install admin-lte@^3.1 --save @@ -68,7 +68,7 @@ _**Important Note**: You needed to add separately cdn links for plugins in your ``` ### Using The Command Line: -_**Important Note**: To install it via npm/Yarn, you need at least Node.js 10 or higher._ +_**Important Note**: To install it via npm/Yarn, you need at least Node.js 14 or higher._ #### Via npm ```bash npm install admin-lte@^3.1.0 --save diff --git a/docs/how-to-contribute.md b/docs/how-to-contribute.md index 4a5ff3813..3b6e65996 100644 --- a/docs/how-to-contribute.md +++ b/docs/how-to-contribute.md @@ -21,7 +21,7 @@ Contributions are always **welcome and recommended**! Here is how for beginner's ``` * Create a new branch 3. Compile dist files (Development) : - * To compile the dist files you need Node.js 10 or higher/npm (node package manager) + * To compile the dist files you need Node.js 14 or higher/npm (node package manager) * Delete ./package-lock.json file * `npm install` (install npm deps) * `npm run dev` (developer mode, autocompile with browsersync support for live demo)