前提・実現したいこと
progateでrailsの環境構築をやっています。
『5. ローカルでRailsサーバを立てる』のrails sでつまずきました。
発生している問題・エラーメッセージ
Could not find gem 'therubyracer' in any of the gem sources listed in your Gemfile.
Run bundle install
to install missing gems.
該当のソースコード
ソースコード
試したこと
bundle installを実行しましたがエラーになります。
The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32, java. To add those platforms to the bundle, run bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32 java
.
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
An error occurred while installing libv8 (3.16.14.19), and Bundler
cannot continue.
Make sure that gem install libv8 -v '3.16.14.19' --source 'https://rubygems.org/'
succeeds before bundling.
補足情報(FW/ツールのバージョンなど)
ruby 2.7.1
rails 5.2.4.3
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/06/13 10:26
2020/06/14 01:21
2020/06/14 02:57