Open Suppen opened 7 years ago
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?
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 installingbabrahams:accounts-ldap
later worksNot sure if this is possible to fix in this project, but at least this issue will notify others