jekyllt / jasper

Full-featured Jekyll port of Ghost's default theme Casper 👻
https://jekyller.github.io/jasper/
MIT License
581 stars 348 forks source link

Dependency Error while running jekyll serve #25

Closed yask123 closed 8 years ago

yask123 commented 8 years ago
yasksrivastava at Yasks-MacBook-Pro in ~/jasper (master●●)
$ jekyll serve
WARN: Unresolved specs during Gem::Specification.reset:
      listen (~> 3.0)
WARN: Clearing out unresolved specs.
Please report a bug if this causes problems.
Configuration file: /Users/yasksrivastava/jasper/_config.yml
  Dependency Error: Yikes! It looks like you don't have jekyll-paginate 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-paginate' If you run into trouble, you can find helpful resources at http://jekyllrb.com/help/!
jekyll 3.1.2 | Error:  jekyll-paginate
yask123 commented 8 years ago

This is what my Gemfile looks like:

source "https://rubygems.org"

gem "jekyll"
gem "jekyll-paginate"
gem "rdiscount"
gem "pygments.rb"
gem 'kramdown'
gem 'rouge', '~> 1.10', '>= 1.10.1'
gem "github-pages", "~> 66"
gem "rake"
mostafahussein commented 8 years ago

have you tried to execute bundle install ?

yask123 commented 8 years ago

I did.. eventually running bundle clean --force solved the problem.

biomadeira commented 8 years ago

@yask123 Cool that it solved the problem :)

Also thanks @mostafahussein for helping on this :+1: