将流星推到heroku错误

将流星推到heroku错误,heroku,meteor,Heroku,Meteor,我正在尝试将meteor应用程序推送到heroku,我遇到了这个错误。我正在使用this buildpack heroku config:set buildpack\u URL= 我解决了这个问题。所以我在我的meteor应用程序中安装了ios和android平台,并设置了heroku config var来构建pack_PRELAUNCH_meteor。谢谢,这对我来说非常有用。 我有一个webapp和android应用在同一个文件夹中。 确切的命令行是: heroku config:set

我正在尝试将meteor应用程序推送到heroku,我遇到了这个错误。我正在使用this buildpack heroku config:set buildpack\u URL=


我解决了这个问题。所以我在我的meteor应用程序中安装了ios和android平台,并设置了heroku config var来构建pack_PRELAUNCH_meteor。

谢谢,这对我来说非常有用。 我有一个webapp和android应用在同一个文件夹中。 确切的命令行是:


heroku config:set BUILDPACK_PRELAUNCH_METEOR=1

不知道BUILDPACK做什么,但这与事实有关,从1.2开始,METEOR不再提供ios和android平台(SDK)。它使用系统提供的安装。我的钱在这个buildpack上,我还不知道这一点,正在.meteor文件夹中查找SDK。。只是一个猜测。我想这可能是问题所在,有没有其他方法或buildpack可以使用?嗨!请注意,这样并不完全像一个论坛。以上不是答案,而是评论。一旦你获得了更多的声誉,你就可以对别人的帖子发表评论。你也可以通过投票来感谢他人。
git push heroku master
Counting objects: 268, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (254/254), done.
Writing objects: 100% (268/268), 3.84 MiB | 388.00 KiB/s, done.
Total 268 (delta 81), reused 0 (delta 0)
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Fetching custom git buildpack... done
remote: -----> Node.js app detected
remote: -----> Installing node
remote: -----> Installing meteor
remote: Downloading Meteor distribution
remote: ################################# 100.0%
remote: Meteor 1.2.0.2 has been installed in your home directory (~/.meteor).
remote:
remote: Now you need to do one of the following:
remote:   (1) Add "$HOME/.meteor" to your path, or
remote:   (2) Run this command as root:
remote:         cp "/tmp/buildpack_de3e5x8d2f97747we2s5fb78436762066/meteor-      fkUa/.meteor/packages/meteor-tool/1.1.9/mt-os.linux.x86_64/scripts/admin/launch-   meteor" /usr/bin/meteor
remote: Then to get started, take a look at 'meteor --help' or see the docs at
remote: docs.meteor.com.
remote: -----> Bundling bundle
remote:
remote:
remote: While removing platforms:
remote: error: ios: platform is not in this project
remote: error: android: platform is not in this project
remote:
remote:
remote:  !     Push rejected, failed to compile Node.js app
remote:
remote: Verifying deploy....
remote:
remote: !   Push rejected