2016-05-05 18 views
2

を動作していないサーブ。ジキルは、私はこのgithubのレポのzipファイルをダウンロードした

私は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を使用して解決できました。

関連する問題