ghwohg
@ghwohg

Are you sure you want to delete the question?

If your question is resolved, you may close it.

Leaving a resolved question undeleted may help others!

We hope you find it useful!

railsでサーバーが立ち上がらない

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

3Answer

This answer has been deleted for violation of our Terms of Service.

rails newはできました。
ラインチャートを入れようと
npm install chart.js
をしたあたりからエラーになりました。

bootsnap のキャッシュを消してみてもだめでした。

0Like

Your answer might help someone💌