Could not find a JavaScript runtime. See https://github.com/sstephenson/execjs for a list of available runtimes. (ExecJS::RuntimeUnavailable)

后端 未结 9 1503
甜味超标
甜味超标 2021-01-30 03:58

My website has been broken since Dreamhost upgraded their servers a couple of weeks ago. I have been tearing my hair out trying to get it fixed and made some progress but am stu

9条回答
  •  萌比男神i
    2021-01-30 04:24

    Add following gem in Gemfile and try with the bundle install

    gem "therubyracer", "~> 0.10.2"

提交回复
热议问题