尝试运行rails应用程序时出现此错误。
ExecJS :: RuntimeUnavailable in Pages #home
我安装了rubyracer
,但没有帮助我。
<%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
无法找到JavaScript运行时。有关可用运行时的列表,请参阅https://github.com/rails/execjs。
答案 0 :(得分:3)
尝试安装Node.js
:
brew install node # For Mac OSX
sudo apt-get install nodejs # For Ubuntu
请参阅系统中的other ways of installing Node.js。
然后,重新启动您的服务器。这应该可以解决您的问题。