meteor-accounts-ldap
meteor-accounts-ldap copied to clipboard
Loads of errors if the Meteor package 'accounts-password' is not already installed
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
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.
Could be worth mentioning in the readme?