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-sitemap or one of its dependencies installed. #8

Closed
RobbiNespu opened this issue Nov 27, 2016 · 3 comments

Comments

@RobbiNespu
Copy link

Hi there! I am new with jekyll. I created new jekyll then download you repo, extract and replace the files.
Then when I want to check my new jekyll via serve command, I get this error

$ jekyll serve
Configuration file: /var/www/html/jekyll/_config.yml
Configuration file: /var/www/html/jekyll/_config.yml
  Dependency Error: Yikes! It looks like you don't have jekyll-sitemap 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-sitemap' If you run into trouble, you can find helpful resources at http://jekyllrb.com/help/! 
@RobbiNespu
Copy link
Author

RobbiNespu commented Nov 27, 2016

Well add into Gemfile

gem 'jekyll-sitemap'
gem 'jekyll-paginate' 

And run bundle solve the issue

@qwtel
Copy link
Member

qwtel commented Nov 27, 2016

you could also just run gem install jekyll-sitemap. Should probably be included in the documentation.

@qwtel qwtel closed this as completed Nov 27, 2016
@samuraiseoul
Copy link

@RobbiNespu I love you, that fixed my issue as well!

krnomad pushed a commit to krnomad/jwkang.github.io that referenced this issue Sep 19, 2018
AaronRobson added a commit to AaronRobson/AaronRobson.github.io that referenced this issue May 25, 2019
pretentious7 added a commit to pretentious7/alembic-forestry-kit-3 that referenced this issue Aug 12, 2020
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

3 participants