前提・実現したいこと
railsで作成したアプリのデプロイが上手くいきません。
herokuにデプロイしようと思い、下記サイトを参考にしながら
$git push heroku master
を行ったのですが、エラーメッセージが出てしまいデプロイできません。
いろいろ調べてみたのですが、どこを弄ればいいかすら見当がつかず、質問させていただくことにしました。
該当のソースコードに何を載せればいいかわからないので関係ありそうなapplication.jsを載せさせていただきます。
参考にしたサイト
https://qiita.com/kazukimatsumoto/items/a0daa7281a3948701c39
発生している問題・エラーメッセージ
Compiling... Compilation failed: ModuleNotFoundError: Module not found: Error: Can't resolve 'jquery/src/jquery' in '/tmp/build_ad3eb9bf/app/javascript'
該当のソースコード
// This file is automatically compiled by Webpack, along with any other files // present in this directory. You're encouraged to place your actual application logic in // a relevant structure within app/javascript and only use these pack files to reference // that code so it'll be compiled. import Rails from "@rails/ujs" import Turbolinks from "turbolinks" import * as ActiveStorage from "@rails/activestorage" import "channels" Rails.start() Turbolinks.start() ActiveStorage.start() require('jquery')
補足情報(FW/ツールのバージョンなど)
'rails', '> 6.1.3'> 5.0'
'webpacker', '
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。