Katherine Eaton's Obsidian Vault

Back

Nokogiri

Nokogiri

Summary

Nokogiri is a Ruby module for working with XML and HTML.

Whenever I try to build Jekyll sites, I almost always get errors relating to NokogiriNokogiri
Nokogiri

Summary

Nokogiri is a [[Ruby]] module for working with [[XML]] and [[HTML]].

Whenever I try to build [[Jekyll]] sites, I almost always get errors relating to [[Nokogiri]].

An error occurred while installing nokogiri (1.10.10), and Bundler cannot continue.


Which sometimes occurs because of Insecure world writable dir warnings. Which can be fixed with:
gem install nokogiri -v '1.10.10' --source 'https://rubygems.org/'

.

An error occurred while installing nokogiri (1.10.10), and Bundler cannot continue.

Which sometimes occurs because of Insecure world writable dir warnings. Which can be fixed with:

gem install nokogiri -v '1.10.10' --source 'https://rubygems.org/'