vagrant-spk icon indicating copy to clipboard operation
vagrant-spk copied to clipboard

If the Meteor tooling can't generate a bundle, we should provide a clear error message

Open paulproteus opened this issue 10 years ago • 3 comments

Right now it seemingly hangs forever and the wrench says it can't find main.js.

paulproteus avatar Jun 17 '15 21:06 paulproteus

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.

paulproteus avatar Jun 17 '15 21:06 paulproteus

For now, a workaround if users run into this is:

meteor remove-platform ios meteor remove-platform android

paulproteus avatar Jun 17 '15 21:06 paulproteus

Note to self: in the event we want to patch or suggest the user adjust this, the platform list is stored in .meteor/platforms

zarvox avatar Jun 17 '15 23:06 zarvox