-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App doesn't start #7
Comments
@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. |
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 path
messages`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)
The text was updated successfully, but these errors were encountered: