$rails new sampleというコマンドを打ち込むとエラーらしき文が出てきました。幾度と検索をかけましたが、rails初心者の為発見出来ませんでした。どなたか教えて頂けると幸いです。よろしくお願いします。 rails,Rubyのバージョンと関係性があるのでしょうか?
Traceback (most recent call last):
17: from bin/rails:3:in <main>' 16: from bin/rails:3:in
require_relative'
15: from /Users/oda/sample/config/boot.rb:4:in <top (required)>' 14: from /Users/oda/sample/config/boot.rb:4:in
require'
13: from /Users/oda/sample/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/setup.rb:2:in <top (required)>' 12: from /Users/oda/sample/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/setup.rb:2:in
require_relative'
11: from /Users/oda/sample/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap.rb:4:in <top (required)>' 10: from /Users/oda/sample/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap.rb:4:in
require_relative'
9: from /Users/oda/sample/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache.rb:74:in <top (required)>' 8: from /Users/oda/sample/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache.rb:74:in
require_relative'
7: from /Users/oda/sample/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/store.rb:4:in <top (required)>' 6: from /Users/oda/sample/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/explicit_require.rb:40:in
with_gems'
5: from /Users/oda/sample/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/explicit_require.rb:44:in rescue in with_gems' 4: from /Users/oda/sample/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/store.rb:4:in
block in <top (required)>'
3: from /Users/oda/sample/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/store.rb:4:in require' 2: from /Users/oda/sample/vendor/bundle/ruby/2.5.0/gems/msgpack-1.3.3/lib/msgpack.rb:8:in
<top (required)>'
1: from /Users/oda/sample/vendor/bundle/ruby/2.5.0/gems/msgpack-1.3.3/lib/msgpack.rb:11:in rescue in <top (required)>' /Users/oda/sample/vendor/bundle/ruby/2.5.0/gems/msgpack-1.3.3/lib/msgpack.rb:11:in
require': dlopen(/Users/oda/sample/vendor/bundle/ruby/2.5.0/gems/msgpack-1.3.3/lib/msgpack/msgpack.bundle, 9): Library not loaded: /Users/oda/.rvm/rubies/ruby-2.5.8/lib/libruby.2.5.dylib (LoadError)
Referenced from: /Users/oda/sample/vendor/bundle/ruby/2.5.0/gems/msgpack-1.3.3/lib/msgpack/msgpack.bundle
Reason: image not found - /Users/oda/sample/vendor/bundle/ruby/2.5.0/gems/msgpack-1.3.3/lib/msgpack/msgpack.bundle
あなたの回答
tips
プレビュー