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 the global dependencies
npm install --global gulp gulp-cli babel babel-cli babel-core babel-register mocha gulp-mocha gulp-eslint istanbul
- Install project dependencies
npm install
- Copy
config.json.example
toconfig.json
cp config.json.example config.json