我创建了一个数字海洋图像并设置mup详见this教程。在设置文件中,当我尝试使用/Users/dereck/Documents/Meteor/myapp/
部署应用程序时,我将我的应用程序设置为meteor项目所在的根目录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文件夹而不是根文件夹,但是当我尝试它时它仍然无法工作。