Rails Server will not run

后端 未结 1 547
野的像风
野的像风 2021-01-14 19:04

Typing

$ rails server 

in terminal on mac yields these two errors that I\'ve tried troubleshooting by uninstalling and installing ruby &am

相关标签:
1条回答
  • 2021-01-14 19:48

    EDIT: try running gem pristine --all first.

    Try uninstalling and reinstalling bundler:

    gem uninstall bundler then gem install bundler

    Then run bundle install.

    This will install all the gems you should have specified in your Gemfile, as well as all the extensions.

    E.g Bundle complete! 33 Gemfile dependencies, 103 gems now installed.

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