SIMCAQ
Dependencies
Previous versions of Node.js do not support ECMAScript6, it is recommended to use at least version 4.5.0LTS.
-
Install NVM (Node Version Manager)
-
Install Node.js via NVM
source ~/.bashrc
nvm install v4.5.0
- Enable Node.js
nvm use v4.5.0
- Install babel and gulp globally
npm install -g gulp gulp-cli babel babel-cli babel-core babel-register mocha
- Install project dependencies
npm install
- Copy
config.json.example
toconfig.json
cp config.json.example config.json