okland / accounts-phone

A login service based on mobile phone number for Meteor
118 stars 87 forks source link

Conflict: Constraint npm-bcrypt@=0.7.7 is not satisfied by npm-bcrypt 0.7.8_2 #3

Open ofermalbin opened 9 years ago

ofermalbin commented 9 years ago

meteor add okland:accounts-phone => Errors while adding packages:

While selecting package versions: error: Conflict: Constraint npm-bcrypt@=0.7.7 is not satisfied by npm-bcrypt 0.7.8_2. Constraints on package "npm-bcrypt":

yhyuan commented 9 years ago

Hi ofermalbin,

You may need to remove accounts-password. I found okland:accounts-phone is conflicting with accounts-password.

mitesh-mutha commented 9 years ago

Is there any way I can work with this without removing accounts-password ?

yhyuan commented 9 years ago

@mitesh-mutha I do not think it will work out. The package is name conflicting with accounts-password. They can not coexist.

okland commented 9 years ago

I update the package to use npm-bcrypt 0.7.8_2. @mitesh-mutha @ofermalbin see if it fix your problem.