JackAdams / meteor-accounts-ldap

Authentication against an LDAP server in Meteor
MIT License
21 stars 12 forks source link

unable to install package #6

Closed zalewskigrzegorz closed 9 years ago

zalewskigrzegorz commented 9 years ago

Hi after update meteor when i try to add package i got a error

add babrahams:accounts-ldap => Errors while adding packages:

While selecting package versions: error: Conflict: Constraint less@1.0.14 is not satisfied by less 2.5.0_2. Constraints on package "less":

JackAdams commented 9 years ago

Thanks for reporting. I guess you're using Meteor 1.2? I'll need to declare the dependencies explicitly to make this package compatible. New release coming out in an hour or two.

Sent from my iPhone

On Sep 22, 2015, at 6:48 PM, Maksim09 notifications@github.com wrote:

Hi after update meteor when i try to add package i got a error

add babrahams:accounts-ldap => Errors while adding packages:

While selecting package versions: error: Conflict: Constraint less@1.0.14 is not satisfied by less 2.5.0_2. Constraints on package "less":

less@=2.5.0_2 <- top level less@2.5.0_1 <- accounts-ui 1.1.6 less@2.5.0_1 <- accounts-ui-unstyled 1.1.8 <- accounts-ui 1.1.6 less@1.0.14 <- babrahams:accounts-ldap 0.3.3 — Reply to this email directly or view it on GitHub.

JackAdams commented 9 years ago

0.4.0 should solve this. meteor update again.

zalewskigrzegorz commented 9 years ago

Now works perfectly.