slashdotdash / jekyll-lunr-js-search

[UNSUPPORTED] Jekyll + lunr.js = static websites with powerful full-text search using JavaScript
MIT License
549 stars 107 forks source link

Conflict with newer json #114

Closed scottcwilson closed 7 years ago

scottcwilson commented 7 years ago

I'm getting

Dependency Error: Yikes! It looks like you don't have jekyll-lunr-js-search or one of its dependencies installed. In order to use Jekyll as currently configured, you'll need to install this gem. The full error message from Ruby is: 'Unable to activate jekyll-lunr-js-search-3.2.0, because json-2.0.2 conflicts with json (~> 1.8)' If you run into trouble, you can find helpful resources at http://jekyllrb.com/help/!

How do I fix this?

slashdotdash commented 7 years ago

@scottcwilson I've encountered a similar error trying to install locally. It's dependency hell.

When I can get it working I'll let you know.

slashdotdash commented 7 years ago

I've just upgraded all of the Ruby gem and JavaScript dependencies.

Published jekyll-lunr-js-search v3.3.0 to Ruby gems. Hopefully that will resolve your problem.