locomotivecms/documentation

Nokogiri issue?

krrishd opened this issue · 1 comments

Hi guys,

I'm working on your 'Getting Started' tutorial, and I am on the part where one runs bundle install after initializing the rails app and editing the Gemfile. When I try to do so, I get the following error:

An error occurred while installing nokogiri (1.5.11), and Bundler cannot continue.
Make sure that `gem install nokogiri -v '1.5.11'` succeeds before bundling.

I try out gem install nokogiri -v '1.5.11' and it works fine, but then I try bundle install/sudo bundle install again and it still returns the same error.

Hi @krrishd

Well this is 21 days late, but if you are still having trouble with the getting started tutorial, please head over to our Google group where we handle general support requests. Just post a new topic there with the output of bundle --verbose install and we will help you out right away. Thanks!

I'm closing this issue since we don't handle support requests here.