【发布时间】:2022-01-20 17:08:48
【问题描述】:
运行 bundle 时出现以下错误
An error occurred while installing racc (1.6.0), and Bundler cannot continue.
Make sure that `gem install racc -v '1.6.0' --source 'https://rubygems.org/'` succeeds before bundling.
【问题讨论】:
运行 bundle 时出现以下错误
An error occurred while installing racc (1.6.0), and Bundler cannot continue.
Make sure that `gem install racc -v '1.6.0' --source 'https://rubygems.org/'` succeeds before bundling.
【问题讨论】:
我遇到了同样的错误。我尝试了以下方法,错误消失了。希望对你有帮助。
将ruby 更新为the latest version 2.7.0p0 使用:
sudo apt-get install ruby-full build-essential
重新运行bundle install
【讨论】: