Closed alekcarvalho closed 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
?
Hey @sondr3,
I fixed the problem. Just needed to install a Ruby DevKit.
Thx for help!
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.
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.
When I run gulp command and the serve start, the browser show this error: cannot GET /
How I fix this?
Thx