as explained @ https://github.com/trentm/node-ldapauth/pull/13#issuecomment-49326909 you should wrap the `bcrypt` calls with `try { ... } catch( err ) { ... }` or move the `bcrypt` back to normal dependencies...
as explained @ trentm#13 (comment)
you should wrap the
bcryptcalls withtry { ... } catch( err ) { ... }or move thebcryptback to normal dependencies...