App doesn't start
backbone-relational-tutorial]$ node app
/Users/jleppert/devel/backbone-relational-tutorial/node_modules/mongoose/lib/schema.js:276
throw new TypeError('Invalid value for schema Array path '+ prefix + ke ^ TypeError: Invalid value for schema Array pathmessages`
at Schema.add (/Users/jleppert/devel/backbone-relational-tutorial/node_modules/mongoose/lib/schema.js:276:13)
at new Schema (/Users/jleppert/devel/backbone-relational-tutorial/node_modules/mongoose/lib/schema.js:87:10)
at Object.
@jleppert I don't have a lot of time to maintain this anymore - if I gave you commit access, would you be willing to fix this?
Sure, or I can send you a pull request tomorrow
Are you guys gonna fix this @jleppert or @antoviaque ??
@gavinprice As mentioned above I don't have time for maintening this - but I've just given you collaborator rights @jleppert if you still want to fix this. Thank you btw : )
I got the same errors as JL while running app.js. If any1 gets around to fixing this, please let me know.
A simple fix is to remove the version carets from the included package.json dependencies, remove your node modules directory and reinstall the modules. It works with the older versions.