-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
installation error (cannot install libv8-node (16.10.0.0)) #252
Comments
Hello have you solved the probelm ? |
In my use-case (see the mentioned issue above) someone figured out a workaround which avoided using mini_racer completely. I haven't looked at this issue since, but just tried |
IIUC from the logs, this is a "pure windows" Ruby built on MinGW? (no Cygwin, no WSL2) I don't think this is supposed to be supported yet, although we have a task open for it: |
Yes, a pure Windows installation afaik. Thanks for the note about Windows support. I will notify the creator of the package I'm using (which has |
@lloeki I'm not very familiar with Windows these days. Would it be fair to say, that |
It does not right now. |
I have this same issue also on an Intel-based Macbook, for a Rails 6 application using Ruby 2.7.7:
Any advice? |
@Adsidera Can you open a separate issue please? This one is most likely because of Windows. Please check the troubleshooting section in the README first (esp. b/c it looks like your platform is missing) and include your |
Unable to install 'mini_racer' dependencies on Windows based machines. rubyjs/mini_racer#252 alshedivat/al-folio#691
System
Problem
I've had problems installing a package which has
mini_racer
as a dependency (see here), and so trying to isolate the issue I tried to install mini_racer by itself, but I cannot. Specifically, I getAn error occurred while installing libv8-node (16.10.0.0), and Bundler cannot continue.
I've tried to follow the installation troubleshooting instructions but it doesn't seem to help.
Reproducible example
Just to be sure there aren't old versions messing things up:
I create a Gemfile with
gem 'mini_racer'
Then as per the FAQ:
$ bundle lock --add-platform x64-mingw-ucrt
Then time to install:
I then try to install it myself, but still doesn't work:
And to just be comprehensive, I still have problems if I don't specify the platform whether I do it via a Gemfile or do it myself, e.g. :
Any advice? I'm completely new to Ruby, apologies if I'm missing something obvious.
The text was updated successfully, but these errors were encountered: