Laverna / laverna

Laverna is a JavaScript note taking application with Markdown editor and encryption support. Consider it like open source alternative to Evernote.
https://laverna.cc/index.html
Mozilla Public License 2.0
9.19k stars 801 forks source link

Dependency conflicts #28

Closed lorefnon closed 10 years ago

lorefnon commented 10 years ago

When running bower install following dependencies conflict :

Unable to find a suitable version for backbone.wreqr, please choose one:
    1) backbone.wreqr#~0.2.0 which resolved to 0.2.0 and is required by laverna 
    2) backbone.wreqr#~1.0.0 which resolved to 1.0.1 and is required by marionette#1.6.4

Prefix the choice with ! to persist it to bower.json

[?] Answer: 2

Unable to find a suitable version for backbone.babysitter, please choose one:
    1) backbone.babysitter#~0.0.6 which resolved to 0.0.6 and is required by laverna 
    2) backbone.babysitter#~0.1.0 which resolved to 0.1.1 and is required by marionette#1.6.4

Prefix the choice with ! to persist it to bower.json

[?] Answer: 2
lorefnon commented 10 years ago

Choosing the latest version of wreqr and babysitter seems to work well.