简体   繁体   中英

installation of ruby on rails using railsinstaller for windows

i had downloaded package railsinstaller for windows and had successfully installed it.

After that i followed these steps and got that window of localhost:3000 running successfully.

But now when i again starts it following error( in the image link ) comes.

http://tinypic.com/r/11ch4ix/6

what should i do to solve this??

ruby -v command was also applied and everything is installed properly.

Thanks in advance!

Ruby on Rails needs a Javascript runtime installed on your computer.

First you should try putting the ExecJS gem in comment again (in your gemfile.rb).

Else you could install NodeJS, as it contains a Javascript runtime (V8 - used by Chrome).

Good luck!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM