...
The computer must have the following software packages installed:
- Java
- Maven (3.3.3+) currently 3.5.0
- nodejs version >=4.x.x; download from https://nodejs.org/
- node-gyp with all its requirements (e.g., Python v.2.7.x, GCC, …) as listed at https://github.com/nodejs/node-gyp
- grunt-cli installed globally, download from https://github.com/gruntjs/grunt-cli
To install: npm install -g grunt-cli
- bower from http://bower.io/
To install: npm install -g bower
...