我在Win7机器上安装了CouchDB和Couchapp,当我尝试运行couchapp生成应用程序联系人时,我得到:
2014-11-21 22:01:00 [ERROR] couchapp error: Can't create a CouchApp in C:\Users\ Antonio\Desktop\contacts: default template not found.如何修复此错误?
发布于 2016-02-15 17:05:01
你有像这样的路径吗:
C:\Python27\Lib\site-packages\couchapp\templates\app_attachments
此目录的内容是模板。最简单的模板是html文档。您可以构建链接文档(css、脚本等)的目录结构
具体来说,我的目录是这样的
\index.html
\style\main.css
\script\app.js
https://stackoverflow.com/questions/34814432
复制相似问题