When you combine / create a meteorite in one environment (i.e. OS X) and then try to deploy in another environment (e.g. Ubuntu), the meteorite seems to include the wrong libraries.
I could be wrong in this, in any case, I found that uninstalling and reinstalling the bcrypt library worked for me (well, at least this led me to get other errors)
Find the directory where npm list bcrypt exists, then type npm remove bcrypt and then npm install bcrypt .
In Meteor V1.2 it is easy to find. In Meteor V1.3, I think it is in .../bundle/programs/server/npm/node_modules/meteor/npm-bcrypt
Zach Smith Jun 30 '16 at 18:47 2016-06-30 18:47
source share