afeld/backbone-nested

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

Closed this issue · 2 comments

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!

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.

@gkatsev Ah, cool! Thanks.