Adding Node.js info to the 'Requirements' section of the README.MD (#2699)
Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>6.19.x
parent
8b0de5e072
commit
b9ab511e7c
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue