前提・実現したいこと
herokuにデプロイ
ここに質問の内容を詳しく書いてください。
rails tutorial を進めている最中に以下のエラーが発生。
git push heroku master をターミナルで入力したら
エラーメッセージ。
発生している問題・エラーメッセージ
Warning: Multiple default buildpacks reported the ability to handle this app. The first buildpack in the list below will be used.
remote: Detected buildpacks: Ruby,Node.js
Precompiling assets failed.
Warning - The same version of this code has already been built: c8883d5cbedb29bab80dcd6442a51fc751d3757f
ruby on rails
試したこと
RAILS_ENV=production bin/rails assets:precompile
RAILS_ENV=production bundle exec rake assets:precompile
を行いその時発生していたエラーをyarnをインストールすることで解決。
その後エラーなどは検出されず。
しかし、Precompiling assets failed.は改善されず。
補足情報(FW/ツールのバージョンなど)
rails 6.03
Bundler version 1.17.2
あなたの回答
tips
プレビュー