1602 / compound

MVC framework. Built on Node.JS. Works on server and browser.
http://compoundjs.com
1.6k stars 182 forks source link

Compound not working with Express 3.3.x #544

Closed mpaulucci closed 11 years ago

mpaulucci commented 11 years ago

When updating Express I get to 3.3.x I get

TypeError: Cannot call method 'match' of undefined at Object.exports.createServer (../node_modules/compound/lib/server/compound.js:135:38)

Compound: app.express3 = !!express.version.match(/^3/);

qustavo commented 11 years ago

:+1: