LoginSignup
38
36

More than 5 years have passed since last update.

cannot load such file -- io/console (LoadError)

Posted at

rails new sample
して、下記のようなエラーが出た場合。

/usr/share/ruby/vendor_ruby/2.0/rubygems/core_ext/kernel_require.rb:126:in 'require': cannot load such file -- io/console (LoadError)

io-consoleをインストールします。
[ec2-user@ip-***-***-***-*** ~]$ gem install io-console
Fetching: io-console-0.4.2.gem (100%)
Building native extensions. This could take a while...
Successfully installed io-console-0.4.2
Parsing documentation for io-console-0.4.2
Installing ri documentation for io-console-0.4.2
Done installing documentation for io-console after 0 seconds
1 gem installed

[ec2-user@ip-***-***-***-*** ~]$ rails new sample
create(以下略

できました :tada:

38
36
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
38
36