meteor-accounts-ldap icon indicating copy to clipboard operation
meteor-accounts-ldap copied to clipboard

Loads of errors if the Meteor package 'accounts-password' is not already installed

Open Suppen opened this issue 8 years ago • 2 comments

Specifically, not having accounts-password installed results in errors because the installation process tries to install bcrypt 0.7.8, which does not compile for node 4.

Installing accounts-password manually for some reason installs the correct bcrypt version, and installing babrahams:accounts-ldap later works

Not sure if this is possible to fix in this project, but at least this issue will notify others

Suppen avatar Nov 25 '16 09:11 Suppen

Thanks for raising this issue, getting to the bottom of it and providing a solution. I'm pretty ignorant about how all the dependencies work when npm and Meteor packages are mixed up together. I'll leave this issue open and may not fix it if it proves too difficult.

JackAdams avatar Nov 25 '16 12:11 JackAdams

Could be worth mentioning in the readme?

Suppen avatar Nov 25 '16 19:11 Suppen