このチュートリアルで説明されているように、デジタル オーシャン イメージとセットアップ マップを作成しました。セットアップファイルで、アプリを使用してアプリをデプロイしようとすると、何らかの理由で流星プロジェクトが配置されているルートディレクトリにアプリが設定されています。/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 フォルダーが必要だということですが、それを試してみてもまだ機能しませんでした。