paladini / ghost-on-github-pages

Ghost on Github Pages. Build and deploy Ghost for free in a few minutes.
http://paladini.github.io/ghost-on-github-pages-demo/
MIT License
485 stars 69 forks source link

generate not working #1

Open kindlychung opened 8 years ago

kindlychung commented 8 years ago

buster generate keeps waiting for some http response:

buster generate
--2016-09-21 11:29:07--  http://drive/ghost-0.11.0/static
Resolving drive... 127.0.53.53
Connecting to drive|127.0.53.53|:80... connected.
HTTP request sent, awaiting response...
paladini commented 8 years ago

Thank you for the report, I'll take a look in this bug this weekend.

0xi4o commented 7 years ago

It's probably the Node version you're using. I had the same problem and then found that I was running the latest Node version which is not supported by Ghost. Once I downgraded to v6.9.5 buster generate started working.