Skip to content
Snippets Groups Projects
Fernando Erd's avatar
Fernando Erd authored
e78216b6
History

SIMCAQ

build status coverage report

Dependencies

Previous versions of Node.js do not support ECMAScript6, it is recommended to use at least version 4.5.0LTS.

  1. Install NVM (Node Version Manager)

  2. Install Node.js via NVM

source ~/.bashrc

nvm install v4.5.0

  1. Enable Node.js

nvm use v4.5.0

  1. Install the global dependencies

npm install --global gulp gulp-cli babel babel-cli babel-core babel-register mocha gulp-mocha gulp-eslint istanbul

  1. Install project dependencies

npm install

  1. Copy config.json.example to config.json

cp config.json.example config.json