I am following a tutorial for using Ruby and Sinatra.
I am using Windows 10. I downloaded RailsInstaller and I was following a section where I need to install the gems coffee-script
and therubyracer
. coffee-script
installed but not therubyracer
, I get an error like this...
'therubyracer' error installation image
I tried to install the gem libv8
but that didn't work for me either. I get this error...
'libv8' error installation image
How can I resolve these errors and install therubyracer
on Windows 10?