Skip to content
Snippets Groups Projects

SIMCAQ

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 babel and gulp globally

npm install -g gulp gulp-cli babel babel-cli babel-core babel-register mocha

  1. Install project dependencies

npm install

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

cp config.json.example config.json