Skip to content

Commit b9ab511

Browse files
ibuziukTyler Jewell
authored andcommitted
Adding Node.js info to the 'Requirements' section of the README.MD (eclipse-che#2699)
Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>
1 parent 8b0de5e commit b9ab511

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

dashboard/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,13 @@ Che Dashboard
55
==============
66

77
#Requirements
8+
- Node.js `v4.x.x` (`v5.x.x` / `v6.x.x` are currently not supported)
9+
- npm
10+
- Bower
11+
- gulp
12+
13+
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:
814

9-
This version is using bower and gulp as tools.
1015
```sh
1116
$ npm install --global bower gulp
1217
```

0 commit comments

Comments
 (0)