libv8 Questions

2

Solved

I'm working on a Rails 5->6 update. When I run bundle update, we reach mini_racer, which requires libv8-node. When Bundler tries to get libv8-node v. 15.14.0.1, it tries to install <our local...
Puff asked 27/9, 2021 at 19:21

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

2

I'm trying to get Ruby on Rails running in a Docker on an Apple Silicon (M1) Macbook. The problem I'm having is the Javascript runtime. The gem mini_racer depends on libv8 which does not install pr...
Zak asked 16/2, 2021 at 14:15

18

Solved

I made a rails project with, rails new test_bootstrap. succeeded. moved to the project dir and added the gems gem "therubyracer" gem "less-rails" #Sprockets (what Rails 3.1 uses for its asset ...
Nutt asked 30/10, 2013 at 4:15

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

5

I'm getting a cyclic error here: Bundler::GemspecError: Could not read gem at /path/to/website/vendor/cache/ruby/2.1.0/cache/libv8-3.16.14.7-x86_64-darwin-14.gem. It may be corrupted. An error occ...
Plasmo asked 10/1, 2015 at 10:17

0

I'd like to install "zammad" (see https://docs.zammad.org/en/latest/install/source.html) on my iMac but fail. Error message as follows: An error occurred while installing libv8 (6.7.288.46.1), an...
Ophthalmic asked 24/5, 2020 at 10:41

20

Solved

I'm trying to install libv8 3.16.14.3 but getting an error on OSX Mavericks using latest stable rvm and ruby-1.9.3-p125. This is the output of running the command 'gem install libv8': ~/src(branc...
Subsidence asked 24/10, 2013 at 22:17

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

3

So I have this issue where libv8-3.16.14.3 fails to install, even though it deceptively tells you it did install. So the first sign of issue was when it did: An error occurred while installing li...
Senecal asked 2/12, 2014 at 22:24

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

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

I want to install the v8js extension for PHP5.5 on Ubuntu 12.04 but can't make it working. When I try to install the v8js extension version 0.2.0 (latest) with PECL, I have this message: config...
Marciamarciano asked 24/3, 2015 at 9:35

1

I have the following, almost working piece of code written in c++: [..] Handle<Object> jsGlobal; Handle<Function> jsUpdateFunc; void setupJs () { V8::Initialize(); Isolate* isolate...
Bugaboo asked 16/10, 2015 at 11:2

8

The problem is as following. Error installing libv8: ERROR: Failed to build gem native extension. D:/Ruby193/bin/ruby.exe extconf.rb creating Makefile The system can not find the specified pat...
Absinthe asked 13/5, 2013 at 4:13

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

2

Can't install libv8 3.11.8.17 gem. I already looked around and found out that it doesn't support Windows. Though I'm still looking for a workaround? Installing libv8 (3.11.8.17) Gem::Installer::E...
Antony asked 21/6, 2013 at 14:12

3

I'm running fresh install of OSX 10.9 Mavericks and XCode 5.0.1. When i'm trying to run bundle install in my project it fails on installing libv8 gem. Here's the output: ERROR: Error installing li...
Nameplate asked 23/10, 2013 at 16:2
1

© 2022 - 2024 — McMap. All rights reserved.