-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem in running jekyll serve #8
Comments
Hi Ravi, Are you using a Ruby version manager? |
I'm having this same issue. I'm using rbenv as a ruby version manager. Installed ruby version is 2.1.4. |
Hi, Could you please try by modifying
|
I tried modifying the |
I modified the
|
Hi, Run : [sudo] bundle clean --force 😄 this work's for me... |
Thanks |
which directory did you run this command? |
Somehow, the suggested command |
Once I have cloned the theme I run "bundle install". It seems to be working successfully, I get this in the end:
Bundle complete! 3 Gemfile dependencies, 56 gems now installed.
Use
bundle show [gemname]
to see where a bundled gem is installed.Then I run "jekyll serve", I get the below error:
Conversion error: Jekyll::Converters::Markdown encountered an error while converting '_posts/2014-07-28-welcome-to-jekyll.markdown/#excerpt':
Missing dependency: kramdown
ERROR: YOUR SITE COULD NOT BE BUILT:
------------------------------------
Missing dependency: kramdown
I install the gem using :
sudo gem install kramdown
it install successfully. However, "jekyll serve" still fails.
Following stack overflow suggestion (http://stackoverflow.com/questions/28574314/missing-gem-dependencies) to add gem 'kramdown' in Gemfile and then running bundle install did not help too..
I know kramdown is installed, I am not sure how to move ahead, any help would be great.
Thanks
The text was updated successfully, but these errors were encountered: