我正在基于另一个模板为ghost开发一个主题,但我正在努力在本地设置Ghost以进行版本控制和部署
我想做什么
npm install
和npm start
以开始在本地分支上看到我的主题的最新更改,而无需在每次拉动更改时安装Ghost而无需去进入鬼的管理面板我现在拥有的
npm install --production
和npm start
,但我收到以下内容: ERROR: Unable to populate database: The theme "casper" cannot be activated because it is not currently installed.
此外,如果我不将数据文件夹复制到repo,则会收到此错误:
ERROR: Unable to access Ghost's content path: ENOENT: no such file or directory, open '/Users/myusername/folder/site/ghost/content/data'