Почему mup не может развернуть мое метеорное приложение?
Я создал образ Digital Ocean и установил mup, как подробно описано в этом уроке. В установочном файле мое приложение установлено в корневой каталог, где находится проект метеора /Users/dereck/Documents/Meteor/myapp/
по какой-то причине, когда я пытаюсь развернуть приложение с помощью mup deploy
Я получаю он следующую ошибку
Package this project up for deployment. The output is a directory with several
build artifacts:
- a tarball that includes everything necessary to run the application server
(see README in the tarball for details)
- an unassigned apk bundle and a project source if Android is targeted as a
mobile platform
- a directory with an Xcode project source if iOS is targeted as a mobile
platform
Options:
--debug build in debug mode (don't minify, etc)
--directory output a directory (rather than a tarball) for the
application server bundle. If the output location exists,
it will be recursively deleted first.
--settings set optional data for Meteor.settings for the build-time
settings (such as settings required by Cordova plugins).
=> Build Error. Check the logs printed above.
Я действительно не вижу, в чем ошибка, и я понятия не имею, как ее исправить. Единственное, о чем я подумал, это то, что ему нужна папка.meteor вместо корневой, но когда я попробовал, она все равно не работала.