This repository has been archived by the owner on Jul 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 246
Could not find nokogiri-1.8.1 in any of the sources (Bundler::GemNotFound) #87
Comments
Nokogiri should have been installed as part of chapter 6's changes. Did you run the |
When I ran
|
Can you tell me more about your environment? Operating system and version, in particular. Nokogiri can be notoriously difficult to install on some systems. |
I'm using macOS High Sierra Version 10.13.6 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
(I was at branch my-07-requests)When I tried to run
rspec
, I had the following error:Could not find nokogiri-1.8.1 in any of the sources (Bundler::GemNotFound)
. And finally, I found a solution to install nokogiri-1.8.1 by this commandgem install nokogiri -v '1.8.1' -- --use-system-libraries --with-xslt-dir=/usr/local/opt/libxslt --with-xml2-include=/usr/local/opt/libxml2/include/libxml2 --with-xml2-lib=/usr/local/opt/libxml2/lib
The text was updated successfully, but these errors were encountered: