On Dec 1, 7:36 pm, tfcroft4 <tfcro...@finchhouse.org> wrote:
> I have just installed RoR using RailsInstaller.
>
> This is on a Windows XP system.
>
> I have created the default application and it loads via localhost
>
> I have also updated execjs to 1.2.9 and installed nodes as initially
> there was no javascript support. ( not sure why the windows script
> server did not work though)
>
> I am now working through the Getting Started with Rails, Blog
> application 
> athttp://guides.rubyonrails.org/getting_started.html#creating-the-blog-...
>
> I receive the following error when I try to access the application:
>
> ExecJS::RuntimeError in Home#index
>
> Showing C:/Sites/blog/app/views/layouts/application.html.erb where
> line #6 raised:
>
> 'C:\Program' is not recognized as an internal or external command,
> operable program or batch file.
>
>  [...]
>
> The line " 'C:\Program' is not recognized as an internal or external
> command, operable program or batch file." suggest that the space in a
> path name is causing a problem.
>
> Any help or guidance would be welcomed.

Reinstall node into a directory without spaces.

As for no JScript support, does invoking cscript.exe from the command
line works?

--
Luis Lavena

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to