sondr3 / generator-jekyllized

A Yeoman generator for Jekyll to rapidly build sites using Gulp
MIT License
326 stars 35 forks source link

Error Cannot GET / #145

Closed alekcarvalho closed 8 years ago

alekcarvalho commented 8 years ago

When I run gulp command and the serve start, the browser show this error: cannot GET /

How I fix this?

Thx

sondr3 commented 8 years ago

That normally happens when Jekyll hasn't installed properly, have you tried running bundle install to check if that makes it work? If not, can you paste the output of running gulp?

alekcarvalho commented 8 years ago

Hey @sondr3,

I fixed the problem. Just needed to install a Ruby DevKit.

Thx for help!

YoungElPaso commented 8 years ago

For me, the issue was I was using the default Ruby installed on my machine. Used RVM to get another, re-installed bundler, re-installed bundle and worked.

sondr3 commented 8 years ago

I'm guessing macOS? If that's the case you're not the first that has the problem, it has a problem with FFI that Jekyll requires. Let me know though, might have to add a disclaimer to the README about macOS.