【问题标题】:Meteor : Run command on Heroku appMeteor:在 Heroku 应用程序上运行命令
【发布时间】:2017-07-26 19:15:08
【问题描述】:

我的 Heroku 应用上确实安装了 Meteor。由于一些漏洞问题 Heroku 要求我更新 Node.js 版本,这可以通过按照指示更新 Meteor 版本来实现 here

但是我将如何在我的 heroku 上运行更新。 目前我正在使用命令:

heroku run meteor update --release 1.5.1 -a myappname

【问题讨论】:

    标签: meteor heroku


    【解决方案1】:

    我认为您需要使用代码编辑器转到您的 Meteor 项目(repo),进行更新,确保一切在“本地”上运行正常。一个运行“npm outdated”的好机会,看看在那个领域是否有什么可做的,然后推动生产。

    我很确定你不应该通过 Heroku CLI 或命令行更新 Meteor。

    【讨论】:

      【解决方案2】:

      Heroku 应用更新 Meteor 和 Node 版本的解决方案如下:

      Update Node version for Meteor app deployed to Heroku

      【讨论】:

        猜你喜欢
        • 2013-06-09
        • 2017-02-01
        • 2015-07-03
        • 2016-03-11
        • 2018-12-29
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2015-01-05
        相关资源
        最近更新 更多