vagrant-spk
vagrant-spk copied to clipboard
If the Meteor tooling can't generate a bundle, we should provide a clear error message
Right now it seemingly hangs forever and the wrench says it can't find main.js.
One reason this can happen is if the app has iOS or Android platforms enabled, but Sandstorm's Meteor tooling doesn't have the capacity to build those.
For now, a workaround if users run into this is:
meteor remove-platform ios
meteor remove-platform android
Note to self: in the event we want to patch or suggest the user adjust this, the platform list is stored in .meteor/platforms