【问题标题】:Could not locate gemfile in termux app无法在 termux 应用程序中找到 gemfile
【发布时间】:2017-11-20 05:39:51
【问题描述】:

当我尝试使用此命令“bundle install”安装捆绑包时,它会显示给我

找不到 gemfile

请帮帮我!!!!

here is the screenshort see this

【问题讨论】:

    标签: ruby-on-rails ruby gemfile


    【解决方案1】:

    确保您已使用 bundler -v 安装了 Bundler。如果没有,请使用gem install bundler 安装。

    稍后,使用bundle init 命令创建一个新的gemfile。

    【讨论】:

      【解决方案2】:

      要工作,您需要有一个文件名 Gemfile,其中包含您的应用程序所需的所有 gem 的列表。

      找到此文件并在同一目录中运行命令。

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 2016-03-26
        • 2014-01-02
        • 2020-11-23
        • 2020-11-18
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2015-02-23
        相关资源
        最近更新 更多