-
Notifications
You must be signed in to change notification settings - Fork 169
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
jekyll-build error #28
Comments
How did you solve it? |
How did you solve this please? |
Do you have the gem redcarpet installed? Check with |
Yeah |
Yeah what? redcarpet installed? |
Yeah sorry, redcarpet installed |
Hmm, do you have Jekyll 3.x installed? As far as I know the redcarpet is no longer the default for Jekyll 3.x. Try switching the markdown to kramdown in your |
thank you, it's working now, and yes I have already the latest version of jekyll installed. |
Hi i still have the problem with this error message: [20:16:39] Using gulpfile ~/Desktop/micahkwaka.co.uk/gulpfile.js Please anyone help? And i am using a Mac with version El Capitan. |
[21:23:30] Starting 'sass'... |
please help ? i am using windows 10 |
Hi sanddy95 try open _config.yml and change 'highlighter: pygments' to 'highlighter: pygments.rb', it works for me and i hope it works for you too. |
thanks a lot @gau1st it worked for me to. |
@SpandanMadanHarvardAccount i'm sorry i forgot to mention that my solution only works in Windows environtment. I don't know yet about solution in Mac Os environtment. Maybe you can try install pygments globally via npm. |
Thank you @gau1st . You just made my night! .rb - Do you know why it doesn't just work without the ruby extension being added in versions higher than v3.x? |
Thank you so much @gau1st |
Thanks all of you Guys!! |
@kayspiegel Thank u very much |
This worked on Linux!! Saved my life !! |
I'm having an issue ... Has anyone anyone had the same problem?
[22:38:52] Using gulpfile ~/Desktop/jekyll-gulp-sass-browser-sync-master/gulpfile.js
[22:38:52] Starting 'sass'...
[22:38:52] Starting 'jekyll-build'...
[22:38:52] Starting 'watch'...
[22:38:52] Finished 'watch' after 12 ms
[22:38:52] Finished 'sass' after 116 ms
Configuration file: /Users/Francesco/Desktop/jekyll-gulp-sass-browser-sync-master/_config.yml
Source: /Users/Francesco/Desktop/jekyll-gulp-sass-browser-sync-master
Destination: /Users/Francesco/Desktop/jekyll-gulp-sass-browser-sync-master/_site
Incremental build: disabled. Enable with --incremental
Generating...
Dependency Error: Yikes! It looks like you don't have redcarpet 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 -- redcarpet' If you run into trouble, you can find helpful resources at http://jekyllrb.com/help/!
Conversion error: Jekyll::Converters::Markdown encountered an error while converting '_posts/2014-04-20-welcome-to-jekyll.markdown':
redcarpet
ERROR: YOUR SITE COULD NOT BE BUILT:
------------------------------------
redcarpet
[22:38:53] 'jekyll-build' errored after 379 ms
The text was updated successfully, but these errors were encountered: