ExecJS::RuntimeError in Say#hello

Showing D:/RailsInstaller/blog/app/views/layouts/application.html.erb where line #6 raised:


module.js:340
throw err;
^
Error: Cannot find module 'C:\Windows\system32\config\SYSTEM~1\AppData\Local\Temp\execjs20140223-5592-h2cx72.js'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
at node.js:902:3
(in D:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/turbolinks-2.2.1/lib/assets/javascripts/turbolinks.js.coffee)

Extracted source (around line #6):

3
4
5
6
7
8
9
<head>

<title>Blog</title>

<%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %>

<%= javascript_include_tag "application", "data-turbolinks-track" => true %>

<%= csrf_meta_tags %>

</head>

<body>

`Rails.root: D:/RailsInstaller/blog`

[Application Trace](http://localhost:3000/say/hello#) | [Framework Trace](http://localhost:3000/say/hello#) | [Full Trace](http://localhost:3000/say/hello#)

app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__73207673_32049480’


## Request
**Parameters**:

None

[Toggle session dump](http://localhost:3000/say/hello#)

[Toggle env dump](http://localhost:3000/say/hello#)

## Response
**Headers**:

None

Please help to solve this problem!

It looks like this may help javascript - ExecJS::RuntimeError on Windows trying to follow rubytutorial - Stack Overflow

Jim