Questions tagged [nokogumbo]

Nokogumbo is a Nokogiri interface to the Gumbo HTML5 parser. Use this tag for Nokogumbo-specific problems.

From the documentation:

Nokogumbo provides the ability for a Ruby program to invoke the Gumbo HTML5 parser and to access the result as a Nokogiri::HTML::Document.

6 questions
2
votes
0 answers

Issues installing nokogumbo gem ruby-2.7.6 MacOS Ventura

I've been having issues while running bundle install and there is constantly an error with the nokogumbo and the thrift gem that are thrown simultaneously- `An error occurred while installing thrift (0.17.0), and Bundler cannot continue. ` current…
2
votes
0 answers

Error installing nokogumbo 2.0.5 in Mac M1

I'm trying to install nokogumbo in my project using 'gem install nokogumbo' or 'bundle install' but i always get this error Installing nokogumbo 2.0.5 with native extensions Gem::Ext::BuildError: ERROR: Failed to build gem native extension. current…
polonio
  • 333
  • 3
  • 11
2
votes
0 answers

Unable to install nokogumbo gem on Mac

I'm on MacOS Big Sur 11.4 Getting below error when I try to install nokogumbo version 2.0.5 Can someone help on this em::Ext::BuildError: ERROR: Failed to build gem native extension. current directory:…
Rajan
  • 95
  • 12
0
votes
1 answer

Error installing nokogumbo gem with specific version

I am trying to do bundle install on my project. Ruby: 2.5.1 Rails: 5.0.7.2 Bundler: 1.17.3 But when doing the bundle install, it gives me this error with the nokogumbo gem and it doesn't install it, I'm using a mac.enter image description here
0
votes
2 answers

Can't Install / Use LocomotiveCMS Wagon on Windows 10

This started as a question about a specific gem installation issue but I went through so many iterations of issues trying to get this application working on Windows 10 that I decided to alter the question and write a sort of guide. Hopefully this…
Luke
  • 4,825
  • 2
  • 30
  • 37
0
votes
1 answer

Nokogumbo installation on Mojave 10.14 not working

I am trying to run bundle install after updating the most recent security updates to Rails and Ruby, and cannot install the Nokogumbo gem. I get the following error message: An error occurred while installing nokogumbo (1.5.0), and Bundler cannot…
N_W
  • 11
  • 5