jekyll broke after 2.5 upgrade #3084
Comments
Same here:
|
I tried to uninstall and reinstall some gems but had to rollback to jekyll 2.4.0 |
Ref: #3068 Go back to 2.4.0 |
@LubomirGeorgiev This is a separate issue. The It looks like there are conflicting gem versions. If you use Bundler, you should see this problem go away. Otherwise, try |
Are you going to fix so that it can be used without Bundler? |
It works fine on my machine without using Bundler, and this is the first I've heard of such an issue. The problem may have to do with the use of |
@nicodev3 @GeneLocklin Are you using Bundler to manage gems? Then you have to run: $ bundle exec jekyll s Not: $ jekyll s |
@persand : yes it works this way, thanks |
Please update Mercenary to v0.3.5. Does it fix the problem? |
@parkr updated to 0.3.5. new error:
@persand thanks for the tip. will try and report back as soon as i have a chance. |
I can confirm this error. Mercenary 0.3.5. doesn't fix this issue. |
doesn't fix here. |
Can you investigate what's going on with your |
I am not a ruby specialist, so if someone else find the solution. At this moment i'll stick with |
Same with me. Furthermore, |
Nothing you can do about |
Same issue here. The latest version of Jekyll absolutely refuses to serve pages. I even removed all the gems I had installed and rebuilt afresh and still hit the same issue.
|
@parkr Thanks! After modifying my Gemfile, |
Yep, I figured out why! Working on a fix but the bundler team is so far opaque about it. |
Same issue here on Ubuntu 14.04, ruby 1.9.3, Jekyll 2.5.x, github-pages 29
This is fixed when I delete the
But even an empty Gemfile makes Jekyll crash. |
That's due to the bundler integration... hm. What happens when you have a |
|
@DomT4 you can simply uninstall redcarpet 3.2.0 to fix that issue. Prompt has been said. |
same here jekyll serve
WARN: Unresolved specs during Gem::Specification.reset:
redcarpet (~> 3.1)
jekyll-watch (~> 1.1)
WARN: Clearing out unresolved specs.
Please report a bug if this causes problems.
/Library/Ruby/Gems/2.0.0/gems/jekyll-2.5.2/bin/jekyll:21:in `block in <top (required)>': cannot load such file -- jekyll/version (LoadError)
from /Library/Ruby/Gems/2.0.0/gems/mercenary-0.3.5/lib/mercenary.rb:18:in `program'
from /Library/Ruby/Gems/2.0.0/gems/jekyll-2.5.2/bin/jekyll:20:in `<top (required)>'
from /usr/bin/jekyll:23:in `load'
from /usr/bin/jekyll:23:in `<main>' |
Run |
jekyll/jekyll#3084 hopefully temporary
Hi I had the same problem (it's OK now!) after I had added a Gemfile to my local static Jekyll site with the content
and ran
Could someone please explain what Thanks in advance. |
|
try npm i and then bundle exec jekyll serve |
I have the same problem ,but when I tried gem cleanup and bundle exec jekyll serve ,I got the output.
|
Have you tried removing octopress or even removing all gems and starting over. # gem list --no-version | xargs gem uninstall -aIx |
Show us your Gemfile and update your |
problems solved maybe I should use |
How? |
Jekyll broke for me as well, and now its not able to parse my CSS? cryptotap.com -- got the same error as OP -- bundle exec jekyll serve works, but now my whole sites formatting is broken. Funsies. |
@swirlsnap Try the latest 3.0 beta. |
I am using jekyll 2.5.3 and it works Gemfile
Gemfile.lock
The only thing i did to get around this error was
Change the line 82 in
to
This must be something to do with my _site directory.
Conclusion: jekyll 2.5.3 works!! |
Can anyone explain why Edit: uh, nevermind. |
@Pajamaman |
Gem does too @parkr since quite a while now (sometime last year -- it will use the Gemfile,) don't include a path @Pajamaman and bundler will install to the system, you can also force it with |
Works for me when I added the Gemfile posted by @chaitanyav at the root of my jekyll project, and after it executed the command |
Worked for me after I installed Bundler by running |
@robotutu I'm sorry, I don't understand what you mean |
@parkr Still the same problem on newer versions of Jekyll. I need to run: |
install ruby-full; Make sure you install ruby-full not ruby! https://www.ruby-lang.org/en/documentation/installation/ Remove any .loc files ie "Gemfile.lock" gem install rubygems-update; then run bundle exec jekyll serve |
I just updated jekyll to the latest 2.5 and when i "jekyll serve" i have the following
What's wrong ?
The text was updated successfully, but these errors were encountered: