gpt4 book ai didi

heroku - 如何在 nodejs heroku buildpack 上执行 "bundle install"?

转载 作者:行者123 更新时间:2023-12-02 20:45:48 24 4
gpt4 key购买 nike

package.json:

  "scripts": {
"preinstall": "bundle install",
"install": "cake build",
"start": "coffee server/app.coffee"
}

我的构建步骤(cake build)调用 sass,它是一个 gem 可执行文件。我的 Gemfile 有 sass。当我推送到heroku时,我收到错误sh:bundle:not find“。使sass命令在构建步骤中及时可用的正确方法是什么?

最佳答案

为了运行多个进程,每个进程都基于不同的语言,您可以使用heroku-buildpack-multi,甚至可以编写自己的自定义构建包!前一种选择要容易得多,但可能不适用于所有情况。

关于heroku - 如何在 nodejs heroku buildpack 上执行 "bundle install"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18360101/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com