前提・実現したいこと
Macでrails の環境構築を行っています。
rubyとrailsを入れたので、動くかと思い、
/Users/UserName/の場所で、rails new sample_appした所、できませんって言われてしまったので、
rails -c を実行した所、別のところでもエラーがでてきていたので、解消したいと思い投稿しました。
必要な情報が足りているかわかりませんが、なければ追加しますので、ご協力をお願いします。
発生している問題・エラーメッセージ
UserName@mac ~ % rails new sample_app Can't initialize a new Rails application 。within the directory of another, please change to a non-Rails directory first. Type 'rails' for help. UserName@mac ~ % pwd /Users/UserName
UserName@mac ~ % rails -c rails aborted! NameError: uninitialized constant Bundler /Users/UserName/config/application.rb:7:in `<top (required)>' /Users/UserName/Rakefile:4:in `require_relative' /Users/UserName/Rakefile:4:in `<top (required)>' bin/rails:4:in `<main>' Caused by: LoadError: cannot load such file -- rails/commands bin/rails:4:in `<main>' (See full trace by running task with --trace)
試したこと
uninitialized constant Bundlerとエラーにでてたので、消して入れ直したのですが、
うまくいかず・・・
$ rm -rf /path/to/project/vendor/bundle $ bundle install
補足情報(FW/ツールのバージョンなど)
mac Catalina version 10.15.6
ruby -v
ruby 2.6.6p146 (2020-03-31 revision 67876)
rails -v
Rails 6.0.3.2
which ruby
/Users/UsesName/.rbenv/shims/ruby
which bundler
/Users/UserName/.rbenv/shims/bundler
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/09/05 07:59