Momentumjs requires nodejs or iojs to be installed. We currently support only rethinkdb as database, that will change in the future. To successfully install momentumjs follow the steps:
$ npm install momentumjs --saveadd the momentumjs executable to your package.json scripts field like so:
{
"scripts": {
"momentumjs": "momentumjs"
}
}
$ npm run momentumjs rungit clone https://github.com/wemakeweb/momentum-todomvc.git
npm install
npm install babel -g
npm run jspm install
npm run momentumjs run