Ubuntu 为什么mup无法部署我的meteor应用程序

Ubuntu 为什么mup无法部署我的meteor应用程序,ubuntu,meteor,digital-ocean,meteor-up,Ubuntu,Meteor,Digital Ocean,Meteor Up,我创建了一个数字海洋图像和设置,详见教程。在安装文件中,我将我的应用程序设置为meteor项目所在的根目录/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 includ

我创建了一个数字海洋图像和设置,详见教程。在安装文件中,我将我的应用程序设置为meteor项目所在的根目录
/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文件夹而不是根文件夹,但当我尝试时,它仍然不起作用