therubyracer Questions

14

Solved

As you can see below, libv8 installs fine, but therubyracer doesn't. I'm using Mac 10.7.4. ~/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1> gem install libv8 Building native extensions. This could...
Diluvial asked 22/7, 2012 at 8:4

0

using Mac M1 - macOS Monterey 12.1 ruby version ruby 2.6.9p207 (2021-11-24 revision 67954) [arm64-darwin21] rails versions Rails 5.1.5 After installing gem gem install therubyracer -v '0.12.3' --...
Spur asked 21/12, 2021 at 13:4

10

Solved

bundle install fails with Make sure that `gem install therubyracer -v '0.12.1'` succeeds before bundling gem install therubyracer -v '0.12.1' fails with errors which appear to relate to compilatio...
Caution asked 2/11, 2015 at 10:41

2

I have this setup: OSX El Capitan 10.11.1 Ruby 2.0.0p247 (Rbenv) (I don't have RVM) Rails 4.1.14.1 I run bundle install and everything looks ok, but when I run rails server, it returns this mes...
Kandace asked 4/3, 2016 at 15:12

3

Solved

I'm running El Capitan (Fresh install) and a Rails 4.2.1 app with Ruby 2.2.2. I've ran into issues initially with installing libv8 and had to force an install with brew install v8 and gem install l...
Quickstep asked 12/12, 2015 at 17:3

2

I am using M1 Macbook Pro and wants to install therubyracer and libv8 for a rails webapp. But I am unable to do so because of the errors described below. There are several solutions available on th...
Remarkable asked 20/1, 2021 at 13:30

15

Solved

I'm trying to install the following gem versions on Mavericks libv8 (3.16.14.3) therubyracer (0.12.1) Obviously therubyracer gems depends on libv8. 1) Installing libv8 What is libv8? My bit o...
Bet asked 8/5, 2014 at 8:44

1

The answer to this similar question doesn't solve my problem. Here is the answer from that question: If you decide to use a newer therubyracer gem version, you will no longer have this problem ...
Propylene asked 7/9, 2017 at 19:51

7

Solved

OK, I’m at the end of my tether with this. There are a few similar questions but they all refer to therubyracer 0.10, and they mostly conclude that the problem can be fixed by upgrading to 0.12. ...
Eructate asked 18/3, 2014 at 13:51

2

Any idea why I can't install therubyracer gem for Mac 10.9 and Rails 3? Installing therubyracer (0.11.3) Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension. /Users...
Mastitis asked 18/11, 2013 at 12:59

2

Solved

I was working on a project and was having issues with therubyracer and libv8 often, so i decided to remove them. It seemed to be the only thing that used them as a dependency was less-rails which I...
Cycloplegia asked 14/1, 2015 at 0:54

3

Solved

I'm nearly crazy to install therubyracer. I know there're many people have the same problem with me, and I had also viewd these issues, however it's too complicated for me cause different situation...
Melise asked 26/10, 2015 at 10:13

12

Solved

Trying to install therubyracer on mavericks using "gem install therubyracer -v '0.10.2'" but i am getting the following error: /Users/dennischen/.rvm/rubies/ruby-1.9.3-p194/bin/ruby extconf.rb che...
Clobber asked 28/10, 2013 at 8:33

1

I am running some javascript inside a rails 3 app using therubyracer and v8 If anything goes wrong, the error message gets sent to me via email through the usual rails 3 exception notification pro...
Pasteup asked 8/11, 2012 at 18:33

3

Solved

Following the steps here "gem install therubyracer -v '0.10.2'" on osx mavericks not installing, I was able to get therubyracer -v 0.10.2 and 0.12.0 to install fine, but not 0.11....
Toolmaker asked 2/1, 2015 at 18:51

3

Solved

I'm trying to run a Rails app on CentOS 5 and keep getting this error: Could not find a JavaScript runtime. See https://github.com/sstephenson/execjs for a list of available runtimes. (ExecJS::R...
Lame asked 27/12, 2012 at 14:46

3

I finally got libv8 installed on my windows with gem install libv8 -- --with-system-v8 now when I am trying to install therubyracer I get gem install therubyracer Temporarily enhancing PATH to ...
Pilewort asked 1/10, 2013 at 21:11

1

Solved

I'm trying to install therubyracer on my centos server and i'm having hella problems. $ gem install therubyracer Building native extensions. This could take a while... ERROR: Error installing ther...
Alinealinna asked 10/12, 2012 at 0:45

1

Solved

I think this is a common problem of installing therubyracer gem in Rails. It is a dependency for the twitter-bootstrap-rails gem. I have tried solution such as this: `gem install therubyracer` fa...
Testerman asked 4/10, 2012 at 5:39

1

I've been working to get twitter-bootstrap-rails gem working on my windows machine and ran into an error attempting to install 'therubyracer' gem which is a dependency of older version of the less ...
1

© 2022 - 2024 — McMap. All rights reserved.