LoginSignup
1
0

More than 5 years have passed since last update.

Rails5.2でExecJSのRuntimeエラー[ Windows10 ]

Last updated at Posted at 2018-05-15

これによると、config/boot.rbに追記する変更が必要。

なので、以下をconfig/boot.rbへ追記

ENV['EXECJS_RUNTIME'] = 'Node'

もちろん、Nodeを別でインストールしたうえでPathに通す必要があるが、
言わずもがな。

この情報は、英語のGithubのサイトにしか展開されていなかったので、
投稿。

他の記事が出たら、削除するよ~

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0