bundle install returns “Could not locate Gemfile”

前端 未结 9 1156
轻奢々
轻奢々 2020-12-12 15:22

I\'m new to Rails and am currently working through a guide. The guide states:

Use a text editor to update the Gemfile needed by Bundler with the co

相关标签:
9条回答
  • 2020-12-12 16:09

    Think more about what you are installing and navigate Gemfile folder, then try using sudo bundle install

    0 讨论(0)
  • 2020-12-12 16:15

    1 make sure that the file is Gemfile instead of gemfile.

    2 make sure you're in the same directory as the Gemfile.

    0 讨论(0)
  • 2020-12-12 16:15

    Search for the Gemfile file in your project, go to that directory and then run "bundle install". prior to running this command make sure you have installed the gem "sudo gem install bundler"

    0 讨论(0)
提交回复
热议问题