afeld / backbone-nested

A plugin to make Backbone.js keep track of nested attributes - looking for maintainers! https://github.com/afeld/backbone-nested/issues/157
https://afeld.github.com/backbone-nested/
MIT License
444 stars 83 forks source link

The package backbone does not satisfy its siblings' peerDependencies requirements! #109

Closed bartek closed 10 years ago

bartek commented 10 years ago

Hi there!

Does this not work with Backbone 1.1.x?

$ npm install
npm WARN package.json profile@0.0.1 No README.md file found!
npm ERR! peerinvalid The package backbone does not satisfy its siblings'        peerDependencies requirements!
npm ERR! peerinvalid Peer backbone-nested@1.1.3 wants backbone@0.9.9

When I have the following in my package.json

"dependencies": {¬
     "jquery": "~1.11.0",
     "backbone": "~1.1.0",
     "backbone-nested": "~1.1.3"
},

Thanks for your time!

gkatsev commented 10 years ago

Backbone-nested 1.1.3 doesn't work with backbone 0.9.9 actually. Nor does it work with backbone 1.x. You'll want to try backbone-nested 2.0 which is currently available in the master branch.

bartek commented 10 years ago

@gkatsev Ah, cool! Thanks.