最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - Ghost blog Failed to lookup view "index" - Stack Overflow

programmeradmin1浏览0评论

I run Ghost on my MAC, when i visit localhost:2368 in my browser, one issue occured:

500

Failed to lookup view "index"

Stack Trace

Failed to lookup view "index"

at deliver (/Users/zengdaqian/Documents/Ghost-0.3.3-wip/node_modules/bookshelf/node_modules/when/when.js:270:7)

how can i solve it? TKS!

I run Ghost on my MAC, when i visit localhost:2368 in my browser, one issue occured:

500

Failed to lookup view "index"

Stack Trace

Failed to lookup view "index"

at deliver (/Users/zengdaqian/Documents/Ghost-0.3.3-wip/node_modules/bookshelf/node_modules/when/when.js:270:7)

how can i solve it? TKS!

Share Improve this question edited Oct 17, 2013 at 10:52 Some programmer dude 409k36 gold badges413 silver badges643 bronze badges asked Oct 16, 2013 at 2:23 jeffreyjeffrey 1831 silver badge12 bronze badges
Add a comment  | 

2 Answers 2

Reset to default 25

Had the same problem, after downloading the master.zip from github. This problem ist described in the troubleshooting section on github:

Sounds like you don't have our default theme - Casper, your content/themes/casper folder is probably empty. When cloning from Github be sure to use SSH and to run git submodule update --init. Don't use the release zip file on Github, if you want a zip file use the one from Ghost.org.

from https://github.com/TryGhost/Ghost/blob/master/CONTRIBUTING.md

So instead of the Zip from Github, use this one: https://ghost.org/zip/ghost-0.4.2.zip

Please check that if you have runned grunt init before grunt prod.

发布评论

评论列表(0)

  1. 暂无评论