I tried to create a simple Hello World app using rails on my Windows 10 machine. Attached is a screenshot of the error message I'm receiving when I view my app at local.host.3000 and the corresponding supposed error. I believe the error is linked to a missing download on my computer, because the part of the code at fault was generated for me, without my tampering with it.
Asked
Active
Viewed 46 times
0
-
Try to run `bundle install` after successful `rails new` on your terminal/command prompt – Lymuel Mar 03 '16 at 01:29
-
1Possible duplicate of [ExecJS::RuntimeError on Windows trying to follow rubytutorial](http://stackoverflow.com/questions/12520456/execjsruntimeerror-on-windows-trying-to-follow-rubytutorial) – gnerkus Mar 03 '16 at 01:37