-
Notifications
You must be signed in to change notification settings - Fork 11.2k
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
libv8-node (16.10.0.0) installation error #691
Comments
I had the same issue with the same error message. It seems to be an issue with bundle so you can try looking at solutions for other projects, although none worked for me. |
Thanks, yeah I've also tried various solutions for other projects but can't get them to work either. FYI I've opened an issue at the mini-racer repo. In the meanwhile, is there any workaround for al-folio? I've tried installing older versions of mini_racer but hasn't worked. Any older versions of al-folio which don't require mini_racer? |
I have a related issue about installing mini_racer. I can install libv8-node but fail on mini_racer-0.6.2. It seems related to compilers. I'm using macOS Monterey 12.4 with gcc-11. I've create an issue at the mini-racer repo, too. |
Please try replacing Please report the result, if the build succeeds, I will open a PR replacing |
Thanks for the suggestion @rohandebsarkar, but I get a similar
|
There could be a possible loophole, just disable (comment out) the But make sure when committing to the remote, the plugin should not be disabled. |
Okay, commenting out I do get a whole lot of
EDIT (because seems it's a tangential issue): I no longer get these imgemagick errors, probably because I installed ImageMagick for Windows per #564 (reply in thread). Not 100% sure this is why, because errors only stopped after a while and there was no reboot in-between. |
I had the same issue and solved it by doing these (I'm on macOS 12.4):
I also did a bunch of other things but I think these are all that matter. Hope that helps! |
@jbudlender |
@rohandebsarkar How can comment out the library, in which file or I need to this somehow in bash? After deleting the mini_racer from the gem file, I get a lot of errors: |
@petrasvestartas, deleting In this particular case, I feel you may have not installed ImageMagick. PR #532 will bring support to compile with docker. After that, it will be recommended to use docker for Windows users, this will significantly drop most of this kind of errors. |
@petrasvestartas I could not figure out the To fix it, I went into |
Just an update: a collaborator to the |
I was facing the same problem with the libv8-node (16.10.0.0) installation error on Windows until yesterday. But, I just followed the steps in this https://www.taniarascia.com/make-a-static-website-with-jekyll/, mentioned in the Readme file under the 'Getting started' section, and was able to solve this issue. |
I had this problem, but solved it by including this line in the gemfile This tells Ruby you're on a windows and libv8 loads successfully. However, you need to comment it out for deployment. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I am having the same problem and I haven't yet find a solution to it. |
I can successfully run the website locally on my computer. However, for deployment, I face the following error. Note that I'm a windows user and a beginner (thanks for your patience)!
|
I have had the same Issue on Window 10, as many of you suggested I fixed it in the following way:
...and it finally works!I was afraid that the more I tried to solve it, the smarter the problem became! Thank you All for being so Helpful! 🙏 |
I think we can close this issue as docker solves all dependency problems especially in windows. If you have any installation problem just try install docker and use |
My computer doesn't have the capability to use Docker, are we going to close it and ask everyone to get a better computer? It doesn't hurt to keep it open until someone finds a solution, does it? |
Hmm, That's just odd to me. It seems to me that docker can be installed on any computer. Docker can even be installed on small low-resource raspberry pie computers. Are you sure about that? |
I'm not averse to closing it for this reason but do we have documented cases of Docker solving the issue? I myself won't be able to test it for a little while yet. |
As suggested by @MorbeusDesign, try the following steps:
If this fixes the issue, please let me know. |
Unable to install 'mini_racer' dependencies on Windows based machines. rubyjs/mini_racer#252 alshedivat/al-folio#691
commenting out miniracer based on advice at alshedivat#691
@rohandebsarkar ,I have followed the steps @MorbeusDesign said and sucessfully install all gems, but I get another trouble with running 'jekyll serve' command: I was wondering if anyone else has the same problem |
I'm stuck here too. |
@p2635 @champfish @petrasvestartas @vocdex @NeoNeuron Do you have any idea how to slove this problem? |
Nope |
@Kwongfei @Xiangyue-Zhang Comment the following lines in Lines 149 to 151 in aca95e5
|
yeah,thanks for the recommendation.But I still stuck here.It didn't change. |
@Xiangyue-Zhang Can you provide a link to your repository? |
Sure,thanks.https://github.com/Xiangyue-Zhang/xiangyue-zhang.github.io |
Configuration file: C:/Users/zxylocal/Desktop/io/xiangyue-zhang.github.io/_config.yml |
For the record,we can't link to twitter.com when we use terminal in China,even if we use a vpn. |
Same problem here in Iran, I just deleted this twitter markdown file. |
Summary:
Everything works, but I have not tried to push it to GitHub yet. |
@MorbeusDesign I just followed the steps you provided and it really works!!! Thanks very much!!!!! |
This might a dumb question. I have no idea on how to perform the steps
|
What is your actual issue? This should not be a problem by now. The Gemfile is a file in the root directory. |
Thanks that answers my question |
Describe the bug
Upon forking and then cloning the current version of the repo to my machine,
bundle install
produces an error, specifically:To Reproduce
I followed the instructions in the "Getting Started" guide, under "Local Setup".
System
Additional context
I'm completely new to Jekyll and Ruby, so apologies if I'm missing something obvious.
Below I paste the full output. This was after the second time I ran
bundle install
The text was updated successfully, but these errors were encountered: