起こっている事
チーム開発にてgit cloneして、google chromeで開いた所、下記のエラーが出てきました。
エラーメッセージ
ExecJS::RuntimeError in Items#index Showing /Users/miyazawa/freemarket_sample_75d/app/views/layouts/application.html.erb where line #8 raised: dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.64.dylib Referenced from: /usr/local/bin/node Reason: image not found Rails.root: /Users/miyazawa/freemarket_sample_75d Application Trace | Framework Trace | Full Trace (execjs):1 app/views/layouts/application.html.erb:8:in `_app_views_layouts_application_html_erb___1067376195427552020_70100696849240' Request Parameters: None Toggle session dump Toggle env dump Response Headers: None
Showing /Users/miyazawa/freemarket_sample_75d/app/views/layouts/application.html.erb where line #8 raised:
と書いてありますので該当箇所を見てみると
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %>
になっております。
やってみたこと
https://qiita.com/timadayon/items/02e16b491c5f32efea80
こちらの記事を参考にgem 'execjs'をbundle installをしてみましたが、解決されませんでした。
お分かりになる方がいらっしゃれば、ご教授願います。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。