-
Notifications
You must be signed in to change notification settings - Fork 10
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
Error events.js:72 #5
Comments
Thanks Mat, I can't look into it deeply at the moment but I guess it has something to do with the Can you try running one of these tasks alone?
See what errors pop up, if any. It is probably an issue with an incompatible version of Node, Ruby, Sass, etc. Try updating these. Do you have Ruby (and Sass) installed? |
Also: see http://stackoverflow.com/questions/21856861/running-jekyll-as-a-child-process-in-gulp-node for possible fixes (if you're on Windows) |
Hi David, I am indeed on windows and I found that last link did the trick. I changed the code to use |
I did also notice when running locally that where you've used markdown such as:
This doesn't appear in browser-sync to work, i just see the markdown syntax and not the output you'd expect. Is this something to do with how i'm viewing it locally? ** edit — after some testing although the |
Hey @vdecree The Grunt/Gulp stuff is a bit of a mess still. I need to clean this up better, apologies. Does it work correctly if you by-pass the Grulp tasks and simply run a |
Hey there,
This project looks great, just wanted to give it a go. However whenever I run
gulp
I'm getting:Any ideas?
The text was updated successfully, but these errors were encountered: