gjtorikian / markdowntutorial.com

Lessons to help guide new writers into Markdown!
http://www.markdowntutorial.com
MIT License
558 stars 131 forks source link

jekyll serve error #39

Closed yulin0629 closed 9 years ago

yulin0629 commented 9 years ago

When I type jekyll serve, I got this error

WARN: Unresolved specs during Gem::Specification.reset:
      redcarpet (~> 3.1)
WARN: Clearing out unresolved specs.
Please report a bug if this causes problems.
C:/Ruby193/lib/ruby/gems/1.9.1/gems/jekyll-2.5.3/bin/jekyll:21:in `block in <top
 (required)>`: cannot load such file -- jekyll/version (LoadError)
        from C:/Ruby193/lib/ruby/gems/1.9.1/gems/mercenary-0.3.5/lib/mercenary.r
b:18:in `program'
        from C:/Ruby193/lib/ruby/gems/1.9.1/gems/jekyll-2.5.3/bin/jekyll:20:in `
<top (required)>'
        from C:/Ruby193/bin/jekyll:23:in `load'
        from C:/Ruby193/bin/jekyll:23:in `<main>'
gjtorikian commented 9 years ago

Does script/server work for you? That's how I usually run it.

yulin0629 commented 9 years ago

I've solve this problem by type

bundle exec jekyll serve