Javascript Ghost博客无法查找视图“0”;索引“;

Javascript Ghost博客无法查找视图“0”;索引“;,javascript,node.js,ghost-blog,Javascript,Node.js,Ghost Blog,我在MAC上运行Ghost,当我在浏览器中访问localhost:2368时,出现了一个问题: 五百 无法查找视图“索引” 堆栈跟踪 无法查找视图“索引” 交付时(/Users/zengdaqian/Documents/Ghost-0.3.3-wip/node_modules/bookshelf/node_modules/when/when.js:270:7) 我怎样才能解决它?TKS 在从github下载master.zip之后也遇到了同样的问题。github上的疑难解答部分描述了此问题: 听

我在MAC上运行Ghost,当我在浏览器中访问localhost:2368时,出现了一个问题:

五百

无法查找视图“索引”

堆栈跟踪

无法查找视图“索引”

交付时(/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子模块更新--init。不要在Github上使用发布zip文件,如果您想要zip文件,请使用Ghost.org中的文件


因此,不要使用Github的Zip文件,而是使用以下文件:

请检查是否在
grunt prod

之前运行了
grunt init
,您还可以在克隆repo后执行git子模块更新--init以获取子模块