gayanvirajith / harmony

A responsive Jekyll theme.
http://gayan.me/harmony
Other
224 stars 204 forks source link

Missing dependency (?) #17

Closed linuxenko closed 4 years ago

linuxenko commented 8 years ago

Trying install the theme, but it throws an error when im saying rake preview

jekyll serve --watch --drafts --baseurl '' --config _config.yml,_config-dev.yml
Configuration file: _config.yml
Configuration file: _config-dev.yml
  Dependency Error: Yikes! It looks like you don't have kramdown 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 -- kramdown' If you run into trouble, you can find helpful resources at http://jekyllrb.com/help/! 
jekyll 3.1.2 | Error:  kramdown
rake aborted!
Command failed with status (1): [jekyll serve --watch --drafts --baseurl ''...]
/home/sveta/Projects/linuxenko.github.io/src/cms/Rakefile:5:in `block in <top (required)>'
Tasks: TOP => preview
(See full trace by running task with --trace)

Is it about some missing dependencies ? How i can fix it ? Thanks

Cawhee commented 8 years ago

It would appear you're missing kramdown. See instructions here on how to install kramdown.

Edit: Better yet, make sure you're running bundle install to install all dependencies.