2016-05-05 36 views
2

我已經下載了GitHub庫的拉鍊 - https://github.com/mmistakes/minimal-mistakes傑基爾即成不工作

我已經安裝了bundler,我做bundle install,它的工作完美。

現在,當我嘗試運行jekyll serve -w

WARN: Unresolved specs during Gem::Specification.reset: jekyll-watch (~> 1.1) WARN: Clearing out unresolved specs. Please report a bug if this causes problems. Configuration file: /home/kenden/Desktop/minimal-mistakes-master/_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.3 | Error: jekyll-paginate

然而,當我這樣做,gem list,它讓我jekyll-paginate (1.1.0)連同已安裝的所有其他寶石。

如何解決這個問題?

回答

3

我能夠解決它使用gem cleanup其次bundle exec jekyll serve