Reputation: 119
I am giving this command to command prompt "buncle install"..and it gives an error "install therubyracer". When i install therubyracer i got this error "error installing therubyracer error failed to build gem native extension". Anyone who knows please help me.
Upvotes: 2
Views: 2312
Reputation: 1611
You can use the Libv8 from the brew instead of the one from gem. You can do that by following commands:
$ gem uninstall libv8
$ gem install therubyracer
Upvotes: 3