rails s 失敗する
rails s実行時に以下のエラーメッセージが発生しました。
発生している問題・エラーメッセージ
Installing racc 1.5.2 with native extensions Gem::Ext::BuildError: ERROR: Failed to build gem native extension. An error occurred while installing racc (1.5.2), and Bundler cannot continue. Make sure that `gem install racc -v '1.5.2' --source 'https://rubygems.org/'` succeeds before bundling. Could not find gem 'sqlite3 (~> 1.4)' in any of the gem sources listed in your Gemfile. run bundle exec spring binstub --all Could not find gem 'sqlite3 (~> 1.4)' in any of the gem sources listed in your Gemfile. Run `bundle install` to install missing gems. Could not find gem 'sqlite3 (~> 1.4)' in any of the gem sources listed in your Gemfile. Run `bundle install` to install missing gems.
試したこと
1年ほど独学で勉強しているものです。
macのアップデート後(BIG sur11.1)にrails sできなくなりました。
sqlite3の最新版のインストール、削除・再インストールを試みましたが、できませんでした。
ネットで検索していますが、何をどう試せばいいかわからない状況です…
何かアドバイスいただければと思います。
回答1件
あなたの回答
tips
プレビュー