新建一个项目
> rails new demo
> cd demo
> bundle install
出现以下错误:
could not find gem 'turn <>=0 ' in any of the gem sources listed in your gemfile
此时先执行:
> gem install turn
> bundle update
> bundle install
本文详细介绍了在使用Rails创建项目时遇到gem 'turn' 安装失败的问题,并提供了有效的解决方案,包括gem安装和bundle更新操作。
新建一个项目
> rails new demo
> cd demo
> bundle install
出现以下错误:
could not find gem 'turn <>=0 ' in any of the gem sources listed in your gemfile
此时先执行:
> gem install turn
> bundle update
> bundle install

被折叠的 条评论
为什么被折叠?