At windows platform I am trying to run one of my application but at console it is giving some strange issue.
Issue : C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/execjs-1.4.0/lib/execjs/run times.rb:51:in `autodetect': Could not find a JavaScript runtime. Seehttps://github.com/sstephenson/execjs for a list of available runtimes.
I have not added execjs gem in my Gemfile but even though it is showing the name of gem in list. Even though I tried my uninstalling it but again while running bundle install , it again appears. Just because of that, I am unable to run the console.
Thanks in advance.