-
Notifications
You must be signed in to change notification settings - Fork 45
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
Build error #16
Comments
The current build of the Here is an improved |
Thanks, but trying to resolved this problem I get another, nothing works now (I got two version of Jekyll, so I deleted both and reinstall the one). When I launch the gulp command, the destination folder stay empty. And I have this message log: Problem is when I use bundle install, everything looks ok. My OS is El Capitan, so I tried to install Jekyll by this:
But still same, it's like hole where I cannot get out. Do you have some idea please ? |
No, this doesn't work this way. Bundler is used for managing project-related dependencies. This means that you have your system- and user-wide ruby gems directory as you probably know. Then, you have Bundler. It is essentially like I'd suggest you start out by downloading the Then if you want to execute the |
Having trouble with OS X El Capitan? |
Hello all,
I am sorry but I work with the last version of Jekyll and I still got error on a build:
'`/Library/Ruby/Gems/2.0.0/gems/bundler-1.11.2/lib/bundler/runtime.rb:80:in
rescue in block (2 levels) in require': There was an error while trying to load the gem 'jekyll-language-plugin'. (Bundler::GemRequireError)from /Library/Ruby/Gems/2.0.0/gems/bundler-1.11.2/lib/bundler/runtime.rb:76:in
block (2 levels) in require' from /Library/Ruby/Gems/2.0.0/gems/bundler-1.11.2/lib/bundler/runtime.rb:72:in
each'from /Library/Ruby/Gems/2.0.0/gems/bundler-1.11.2/lib/bundler/runtime.rb:72:in
block in require' from /Library/Ruby/Gems/2.0.0/gems/bundler-1.11.2/lib/bundler/runtime.rb:61:in
each'from /Library/Ruby/Gems/2.0.0/gems/bundler-1.11.2/lib/bundler/runtime.rb:61:in
require' from /Library/Ruby/Gems/2.0.0/gems/bundler-1.11.2/lib/bundler.rb:99:in
require'from /Library/Ruby/Gems/2.0.0/gems/jekyll-3.0.3/lib/jekyll/plugin_manager.rb:39:in
require_from_bundler' from /Library/Ruby/Gems/2.0.0/gems/jekyll-3.0.3/bin/jekyll:13:in
<top (required)>'from /usr/local/bin/jekyll:22:in
load' from /usr/local/bin/jekyll:22:in
I read the "Getting Started" in a wiki page and I copy/past this code in my Gemfile :
`gems:
language_data: data.lang.fr language_includes_dir: _i18n
Has you see, I would like a translate a date in French from the Liquid Markup. I do not have (and do not need yet) a folder called _i18n. I just tried create this folder with fr subfolder but still same.
Some help will be appreciated, thanks.
The text was updated successfully, but these errors were encountered: