thenativeweb / cqrs-sample

CQRS, EventSourcing, (DDDD) Sample in node.js
148 stars 50 forks source link

"Express": ">= 2.5.0" #5

Closed aadamsx closed 10 years ago

aadamsx commented 10 years ago

In your package file it states you have a requirement for Express >= 2.5.0.

I did a npm install -s and got express 4.8.2.

In this version Configure() signature's absent.

I suppose I'll try to install an older version of Express to fix the issue. Should I install version 2.5.0 or what version do you recommend?

adrai commented 10 years ago

< 4.0.0 should work...

I will fix it, when I released all cqrs modules to 1.0.0 ok?