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

bower install underscore version conflict #274

Closed valvin1 closed 8 years ago

valvin1 commented 9 years ago

when running bower install there is conflict version dependency between laverna and marionette :

Unable to find a suitable version for underscore, please choose one:
    1) underscore#1.4.4 - 1.6.0 which resolved to 1.6.0 and is required by marionette#2.2.2
    2) underscore#>=1.7.0 which resolved to 1.7.0 and is required by backbone#1.2.3, backbone#1.2.3
    3) underscore#>=1.5.0 which resolved to 1.7.0 and is required by backbone#1.1.2, backbone#1.1.2
    4) underscore#~1.7.0 which resolved to 1.7.0 and is required by laverna
    5) underscore#>=1.3.3 <=1.8.3 which resolved to 1.7.0 and is required by backbone.wreqr#1.3.5
    6) underscore#>=1.4.0 <=1.8.3 which resolved to 1.8.3 and is required by backbone.babysitter#0.1.10

Seems 4 is the good choice ?

alxlion commented 8 years ago

Issue is solved, can be closed.