silentrob / superscript-editor

NOT MAINTAINED - A Editor for authoring chatbots with SuperScript
MIT License
27 stars 16 forks source link

Force mongoose 3.8.x #10

Closed vanm closed 9 years ago

vanm commented 9 years ago

I encountered an Index error with the default package.json install of mongoose 3.9.7 (unstable) that was installed due to the caret version. Forcing 3.8.x resolved the issue.

TypeError: Cannot read property 'length' of undefined at processResults (superscript-editor/node_modules/mongoose/node_modules/mongodb/lib/mongodb/db.js:1581:31)

silentrob commented 9 years ago

Thanks for the PR! Ive encountered the same error in superscript/master sorry I didn't catch it here too.

vanm commented 9 years ago

:+1: thanks