ExecJS: No such file or directory @ unlink_internal

Hi, I just created a hobby Rails project and ran rails s just fine but visiting to root gives me this:

Errno::ENOENT in Home#index

Showing C:/Users/Rodrigo Argumedo/projects/CRM/app/views/layouts/application.html.erb where line #6 raised:

No such file or directory @ unlink_internal - C:/Users/Rodrigo Argumedo/AppData/Local/Temp/execjs20150623-7724-1hcg3jzjson

Rails.root: C:/Users/Rodrigo Argumedo/projects/CRM

``

CRM <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> <%= javascript_include_tag 'application' %> <%= csrf_meta_tags %>

<%= yield %>

``

Is there a way to resolve this execjs temp file or directory that is now nonexistent? Or should I raise this issue on ExecJS’s github repo?