前提・実現したいこと
作成したアプリケーションをデプロイしようとしたのですが、下記のエラーメッセージが表示されてしまい、デプロイできません
発生している問題・エラーメッセージ
① ModuleNotFoundError: Module not found: Error: Can't resolve '@popperjs/core' in '/tmp/build_c3f8a001/node_modules/bootstrap/dist/js' ② remote: ! remote: ! Precompiling assets failed. remote: ! remote: ! Push rejected, failed to compile Ruby app. remote: remote: ! Push failed remote: ! remote: ! ## Warning - The same version of this code has already been built: 358edbbdd686565ca23198ceece1d0b92969e8e7 remote: ! remote: ! We have detected that you have triggered a build from source code with version 358edbbdd686565ca23198ceece1d0b92969e8e7 remote: ! at least twice. One common cause of this behavior is attempting to deploy code from a different branch. remote: ! remote: ! If you are developing on a branch and deploying via git you must run: remote: ! remote: ! git push heroku <branchname>:main remote: ! remote: ! This article goes into details on the behavior: remote: ! https://devcenter.heroku.com/articles/duplicate-build-version remote: remote: Verifying deploy... remote: remote: ! Push rejected to mitsumolink. remote: To https://git.heroku.com/mitsumolink.git ! [remote rejected] master -> master (pre-receive hook declined) error: failed to push some refs to 'https://git.heroku.com/mitsumolink.git'
試したこと
webpackerの再インストール
ローカル環境では全く問題なく動作していたため、正直お手上げの状態です。
ご教示いただけますと幸いです。
あなたの回答
tips
プレビュー