我在我的 MAC 上运行 Ghost,当我在浏览器中访问 localhost:2368 时,出现了一个问题:
500
无法查找视图“索引”
堆栈跟踪
无法查找视图“索引”
交付时(/Users/zengdaqian/Documents/Ghost-0.3.3-wip/node_modules/bookshelf/node_modules/when/when.js:270:7)
我该如何解决?TKS!
我在我的 MAC 上运行 Ghost,当我在浏览器中访问 localhost:2368 时,出现了一个问题:
500
无法查找视图“索引”
堆栈跟踪
无法查找视图“索引”
交付时(/Users/zengdaqian/Documents/Ghost-0.3.3-wip/node_modules/bookshelf/node_modules/when/when.js:270:7)
我该如何解决?TKS!
从github下载master.zip后遇到了同样的问题。此问题在 github 上的故障排除部分中有所描述:
听起来您没有我们的默认主题 - Casper,您的 content/themes/casper 文件夹可能是空的。从 Github 克隆时,请务必使用 SSH 并运行 git submodule update --init。不要使用 Github 上的发布 zip 文件,如果你想要一个 zip 文件,请使用 Ghost.org 中的一个。
来自https://github.com/TryGhost/Ghost/blob/master/CONTRIBUTING.md
因此,不要使用 Github 的 Zip,而是使用这个:https ://ghost.org/zip/ghost-0.4.2.zip
请检查您是否曾经运行grunt init
过grunt prod
。