Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency Error: Yikes! It looks like you don't have jekyll-tagging #59

Open
sachin-gupta opened this issue Jan 21, 2017 · 3 comments
Open

Comments

@sachin-gupta
Copy link

Hi, I am already using gem 'jekyll-tagging', '~> 1.0', '>= 1.0.1' and correct configuration yet following error:

Dependency Error: Yikes! It looks like you don't have jekyll-tagging 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: 'cannot load such file -- jekyll-tagging' If you run into trouble, you can find helpf
ul resources at http://jekyllrb.com/help/!

@tryjigs
Copy link

tryjigs commented Feb 6, 2017

In _config.yml, make sure to import as jekyll/tagging. Slash instead of dash.

@mihaipopescu
Copy link

Seems like an inconsistency with the plugin name and the other jekyll plugins, thus the confusion.

plugins: [jekyll-paginate, jekyll-feed, jekyll/tagging]

I think it can be improved if it's clearly specified in the README what to add in _config.yml.

@kanmeugne
Copy link

had the the same issue with graphviz plugin and this solved the problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants