我已经创建了一个 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 文件夹而不是根文件夹,但是当我尝试它时它仍然不起作用。