我刚刚开始学习Ruby on Rails而且我一开始就陷入困境! 我已经从http://www.railsinstaller.org/安装了软件包并按照安装步骤进行了操作。然而,当我输入:rails new rubyProject 我得到以下内容:
Gem::InstallError: ffi requires Ruby version <2.5, >= 2.0.
An error occurred while installing ffi <1.9.18>, and bundler cannot continue.
Make sure that 'gem install ffi -v '1.9.18''succeeded before bundling.
我读了很多文章,但没有一篇文章适合我。你能帮助我吗?
答案 0 :(得分:0)
RailsInstaller确实包含一些已知的错误。 让我们退后一步,从头开始。
3.3.0
cmd.exe
的修补版本(您将在“开始”菜单中找到新的快捷方式),并为您的系统配置Git和DevKit工具。这里始终使用此cmd.exe
工作。它将从C:/Sites
开始,并自动显示您的Git n Ruby版本。gem update --system --no-ri --no-rdoc
更新您的Rubygems版本gem update --no-document
rails -v
)应为5.1.2