0

I'm trying to install a Jekyll theme via

rake theme:install git="https://github.com/jekyllbootstrap/theme-the-program.git"

As instructed on Jekyll Bootstrap's page here.

However it complains

destination path './_theme_packages/_tmp' already exists and is not an empty directory.

The annoying thing is if I clobber this folder

sudo rm -rf _theme_packages

It will then give this error

rake aborted!
No such file or directory - ./_theme_packages/_tmp/manifest.yml

And if I run again, I get the first error.

So the install is way not idempotent which makes me think it wasn't really developed or tested well in the first place.

Is there any easy patch?

Jekyll 1.X. Possibly the problem - the theme says I need 2.x. [Researching this right now]

4

1 回答 1

0

只需删除 _theme_packages 文件夹下的 _tmp 文件夹,然后再试一次。

于 2015-02-15T16:30:51.297 回答