前提・実現したいこと
rails sと打った際に以下のエラーが出ました
発生している問題・エラーメッセージ
C:\Users\USER\teach\bin>rails s Traceback (most recent call last): 1: from bin/rails:3:in `<main>' bin/rails:3:in `require_relative': cannot load such file -- C:/Users/USER/teach/config/boot (LoadError)
試したこと
progateのrailsの環境開発
https://qiita.com/miriwo/items/ad07f1b05f4e75d8a6f8
bundle installもエラーになりました
補足情報(FW/ツールのバージョンなど)
bundle installのエラーメッセージはこちらです。
Traceback (most recent call last):
2: from C:/Ruby25-x64/bin/bundle:23:in <main>' 1: from C:/Ruby25-x64/lib/ruby/2.5.0/rubygems.rb:308:in
activate_bin_path'
C:/Ruby25-x64/lib/ruby/2.5.0/rubygems.rb:289:in `find_spec_for_exe': can't find gem bundler (>= 0.a) with executable bundle (Gem::GemNotFoundException)
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/10/03 08:45
2021/10/03 12:43
2021/10/04 13:05