I found some useful info on Github and when I was attempting my own upload with mup. It looks like the bcrypt package needs updating to 0.8.5 for it to work. Not sure if this is due to the update to node 0.10.43.
Saying that though, no idea how to update the bcrypt version…
I also had this issue and this version works fine for me. It also updates mup to install Mongo 3.2 on the server during mup setup so you can use more Mongo features.
I had some issues with PhantomJS installation (bitbucket server returning 403) so I just disabled installing PhantomJS in mup.json.
Meteor 1.3.2-rc.5 fixed everything for me. I can deploy with mupx fine now. For good measure I deleted node_modules and .meteor/local before deploying again.
The output of this a tar, and we can uncompress, which gives us a bundle. We can’t point MUP to that bundle or tar, MUP will error out that we’re not in a Meteor project directory.
So how do we point MUP to the properly built Meteor build?
What lines of code within MUP@0.11.3 will fix this?