-
Notifications
You must be signed in to change notification settings - Fork 19
Can't start server with jekyll 2.0.3 on windows. #64
Comments
What happens if you type |
Same stuff. If in _config.yml I comment out the line
then it works. So, that seems to be the problem. The error message gives no clue about this, though. |
|
The problem is the |
That probably has something to do with jekyll/jekyll#2320. |
|
Looks like you need to install Python and Pygments in order to run the site. Set Also, uninstall all other versions of Listen you have installed. |
Okay, but my _config.yml has just this:
Shouldn't jekyll completely ignore highlighter then? If I run the server without the
But when I try `http://127.0.0.1:4000' I only see a blank page, even though I do have an index.html with some stuff in it. |
No, Jekyll defaults
What is the contents of |
@FernandoBasso It still is using pygments. try what @parkr said.. install rouge |
With |
@FernandoBasso great. Check that you are using Listen version 2.7.6. |
Yes.
|
Can you post the complete stack trace? I don't know if it would work but, |
EDIT: This is what SOLVED the problem: Uninstalling This stackoverflow post lead me to give it a try. |
I uninstalled listen 2.7.5 and installed 2.7.6 to get you the stack trace. Here it is:
|
Well, I am stuck on this windows machine at work anyway. Thanks for all the help and patience. I really appreciate it. PS: Should I close this? |
No problem, at least you got a solution. I will reference this issue in the guard/listen repo to let them know of this problem. It seems that they touched some Windows stuff in the 2.7.6 which may be causing this issue. |
Unfortunately I can confirm I get the same stack trace as @FernandoBasso above using ruby 2.0.0p481 (2014-05-08) [i386-mingw32], jekyll-2.0.3, and listen (2.7.6). |
Hey, @seanpoulter and @FernandoBasso could you try running jekyll with listen (2.7.7) and see if it stills errors out? |
Not for me. I still get that error:
|
Running Also, to run Jekyll server in watch mode for versions 1.0+ , I use Hope that helps. |
Updated to |
I've just updated |
Well, i tried all! But, fail :( |
@rsb12php You're using |
@parkr it's all right now, but thak you |
@parkr I using Windows 8 |
I had the same problem. I add "highlighter: rouge" and it work |
When I type:
Google didn't help this time.
ruby 1.9.3p545 (2014-02-24) [i386-mingw32]
gem 1.8.28
The text was updated successfully, but these errors were encountered: