From b9ab511e7c19ae8af0f441d18874342c8c068101 Mon Sep 17 00:00:00 2001 From: Ilya Buziuk Date: Tue, 4 Oct 2016 19:46:02 +0200 Subject: [PATCH] Adding Node.js info to the 'Requirements' section of the README.MD (#2699) Signed-off-by: Ilya Buziuk --- dashboard/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dashboard/README.md b/dashboard/README.md index dfaa36e7dd..5844bb9a9d 100644 --- a/dashboard/README.md +++ b/dashboard/README.md @@ -5,8 +5,13 @@ Che Dashboard ============== #Requirements +- Node.js `v4.x.x` (`v5.x.x` / `v6.x.x` are currently not supported) +- npm +- Bower +- gulp + +Installation instructions for Node.js and npm can be found on the following [link](https://docs.npmjs.com/getting-started/installing-node). Bower and gulp are CLI utilities which are installed via npm: -This version is using bower and gulp as tools. ```sh $ npm install --global bower gulp ```