backbone-relational-tutorial icon indicating copy to clipboard operation
backbone-relational-tutorial copied to clipboard

App doesn't start

Open jleppert opened this issue 10 years ago • 6 comments

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. (/Users/jleppert/devel/backbone-relational-tutorial/models.js:13:14) at Module._compile (module.js:456:26) at Object.Module._extensions..js (module.js:474:10) at Module.load (module.js:356:32) at Function.Module._load (module.js:312:12) at Module.require (module.js:364:17) at require (module.js:380:17) at Object. (/Users/jleppert/devel/backbone-relational-tutorial/app.js:33:14)

jleppert avatar Apr 20 '15 19:04 jleppert

@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?

antoviaque avatar Apr 21 '15 07:04 antoviaque

Sure, or I can send you a pull request tomorrow

jleppert avatar Apr 21 '15 07:04 jleppert

Are you guys gonna fix this @jleppert or @antoviaque ??

gavinprice avatar May 05 '15 02:05 gavinprice

@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 : )

antoviaque avatar May 05 '15 08:05 antoviaque

I got the same errors as JL while running app.js. If any1 gets around to fixing this, please let me know.

SeaBassTian avatar May 30 '15 01:05 SeaBassTian

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.

jleppert avatar May 30 '15 21:05 jleppert