railsでサーバーが立ち上がらない
Q&A
railsで作成したサイトを開こうとターミナルで
bundle exec rails server
をしました。
しかし以下のエラーが出てサーバーが立ち上がりません。
どのようにしたいいでしょうか。
MacBook-Pro myapp % bundle exec rails server
/Users/user/Desktop/myapp/vendor/bundle/ruby/3.1.0/gems/bootsnap-1.13.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:32:in `require': cannot load such file -- /Users/user/Desktop/myapp/vendor/bundle/ruby/3.1.0/gems/pg-1.4.4/lib/pg_ext.bundle (LoadError)
bundle install、gem install bcrypt --platform=ruby、bundle exec rails routes、をターミナルで実行しましたがエラーは変わらずでした。
0