I wasn\'t sure if this should be a stackoverflow or serverfault question.
I installed Meteor\'s accounts-password module and it worked locally, but broke my app whe
The bcrypt module is platform dependant (as fibers), so you need to remove the package after decompressing the bundle in your server:
rm -R path/to/bcrypt
then install it again:
npm install bcrypt