- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
所以,我一直在玩DocPad最近;我已完成本教程,所有内容均已安装并正常工作,除了...
为了了解 DocPad 如何与更大的网站配合使用,我从 github 获取了 Jason Young ( http://ytechie.com ) 网站的代码(为什么是这个网站?这是我第一次听说 DocPad 的地方)。根据说明,我执行了 npm install
(还没有问题);然后docpad run
。它返回并显示以下错误:
C:\Users\harnerd\Documents\GitHub\ytechie-docpad>docpad run
error: undefined 'C:\\Users\\harnerd\\.docpad.cson'
error: null
error: null
TypeError: undefined is not a function
at Object.exports.eval (C:\Users\harnerd\Documents\GitHub\ytechie- docpad\node_modules\coffee-script\lib\coffee-script\coffee-script.js:120:47)
at Object.CSON.parseSync (C:\Users\harnerd\Documents\GitHub\ytechie-docpad\node_modules\docpad\node_modules\cson\out\lib\cson.js:90:34)
at null._onTimeout (C:\Users\harnerd\Documents\GitHub\ytechie-docpad\node_modules\docpad\node_modules\cson\out\lib\cson.js:70:24)
at Timer.listOnTimeout (timers.js:119:15)
info: null
鉴于我是 DocPad 的新手,我可能缺少一些简单而明显的东西,但我不知道是什么。我必须承认,当出现问题时,DocPad 有点难以捉摸。在我看来,它提示找不到 .docpad.cson 文件,但它确实存在于错误消息中引用的位置。
我完全误解了这个错误的含义,还是什么?我在 Windows 7 上运行 node.js v0.12.7 和 docpad v6.54.2。
编辑:以下是我的 .docpad.cson 文件的内容:
name: "MAC 6a85329428c35b394e921ec0cb3298eed2a1b707"
email: null
username: "6a85329428c35b394e921ec0cb3298eed2a1b707"
subscribed: false
subscribeTryAgain: null
tos: true
identified: true
这里没什么神奇的。根据 balupton 的建议,我通过 CoffeeScript“Try CoffeeScript”编译器运行它,但不出所料,它只是生成了一些 JSON。
编辑2:尝试本杰明在评论中的建议,我运行了 npm install -g docpad
,运行成功。然后我跑了 docpad update --global
在项目内部并获得奖励:
C:\Users\harnerd\Documents\GitHub\ytechie-docpad>docpad update --global
info: Welcome to DocPad v6.78.3 (global installation: C:\Users\harnerd\AppData\Roaming\npm\node_modules\docpad)
notice: If everyone who saw this message donated $1/week, maintaining DocPad would become sustainable: http://docpad.org/donate
info: Contribute: http://docpad.org/docs/contribute
info: Plugins: cleanurls, coffeescript, dateurls, eco, less, livereload, marked, paged, partials, sitemap, tagging
info: Environment: development
info: Cleaning files
info: Cleaned files
\
> typechecker@2.0.8 preinstall C:\Users\harnerd\Documents\GitHub\ytechie- docpad\node_modules\docpad-plugin- sitemap\node_modules\extendr\node_modules\typechecker
> node ./cyclic.js
npm ERR! Windows_NT 6.1.7601
npm ERR! argv "C:\\Program Files (x86)\\nodejs\\\\node.exe" "C:\\Program Files (x86)\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "docpad@6" "docpad-p
lugin-marked@2" "docpad-plugin-eco@2" "docpad-plugin-less@2" "docpad-plugin- partials@2" "docpad-plugin-coffeescript@2" "docpad-plugin-sitemap@2" "--save"
npm ERR! node v0.12.7
npm ERR! npm v2.11.3
npm ERR! path C:\Users\harnerd\Documents\GitHub\ytechie- docpad\node_modules\docpad-plugin-partials
npm ERR! code EPERM
npm ERR! errno -4048
npm ERR! Error: EPERM, lstat 'C:\Users\harnerd\Documents\GitHub\ytechie- docpad\node_modules\docpad-plugin-partials'
npm ERR! at Error (native)
npm ERR! { [Error: EPERM, lstat 'C:\Users\harnerd\Documents\GitHub\ytechie- docpad\node_modules\docpad-plugin-partials']
npm ERR! errno: -4048,
npm ERR! code: 'EPERM',
npm ERR! path: 'C:\\Users\\harnerd\\Documents\\GitHub\\ytechie- docpad\\node_modules\\docpad-plugin-partials' }
npm ERR!
npm ERR! Please try running this command again as root/Administrator.
npm ERR! Please include the following file with any support request:
npm ERR! C:\Users\harnerd\Documents\GitHub\ytechie-docpad\npm-debug.log
error: The action completed successfully
error: An error occured:
Error: Command exited with a non-zero status code.
at Object.safeps.prepareExecutableResult (C:\Users\harnerd\AppData\Roaming\npm\node_modules\docpad\node_modules\safeps\ou t\lib\safeps.js:190:24)
at ChildProcess.<anonymous> (C:\Users\harnerd\AppData\Roaming\npm\node_modules\docpad\node_modules\safeps\ou t\lib\safeps.js:322:29)
at ChildProcess.emit (events.js:110:17)
at maybeClose (child_process.js:1015:16)
at Process.ChildProcess._handle.onexit (child_process.js:1087:5)
To report the above, follow the guide at: http://docpad.org/bug-report
Error: Command exited with a non-zero status code.
at Object.safeps.prepareExecutableResult (C:\Users\harnerd\AppData\Roaming\npm\node_modules\docpad\node_modules\safeps\ou t\lib\safeps.js:190:24)
at ChildProcess.<anonymous> (C:\Users\harnerd\AppData\Roaming\npm\node_modules\docpad\node_modules\safeps\ou t\lib\safeps.js:322:29)
at ChildProcess.emit (events.js:110:17)
at maybeClose (child_process.js:1015:16)
at Process.ChildProcess._handle.onexit (child_process.js:1087:5)
C:\Users\harnerd\Documents\GitHub\ytechie-docpad>
尽管 npm 声称,我是以管理员身份运行的;然而真正的问题不是 npm 没有 docpad-plugin-partials 文件夹的权限 - 它只是找不到它,因为它已被删除。
当我最初运行 npm install
时在项目中,package.json 中列出的所有依赖项都是在 node_modules 文件夹中创建的,但是当我运行 docpad update --global
时docpad-plugin-partials 文件夹已被删除。
为了看看我是否可以重复此行为,我又抓取了该网站的原始代码两次。每次我跑npm install
(没问题 - 所有依赖项在 node_modules 中都有自己的文件夹),然后 docpad run
(.docpad.cson 文件也有同样的问题),最后 docpad update --global
。依赖项文件夹已从 node_modules 文件夹中删除,但绝不是相同的文件夹。
编辑 3:传奇仍在继续。尽管完全没有任何改变,但执行 docpad update --global
时文件丢失并保持丢失的奇怪问题消失了,我又回到原来的问题( error: undefined 'C:\\Users\\harnerd\\.docpad.cson
)。不知道我的本地环境是否有问题,或者 body of code 是否有问题。我抓起。我怀疑是后者。
最佳答案
解析该文件时似乎出现问题,因为 CSON 的 eval 语句中出现了 undefined is not a function
。不幸的是,这个错误似乎发生在加载区域设置文件之前,这可以解释日志中缺乏好的信息,这将是一个单独的错误(提交报告 here )。
C:\\Users\\harnerd\\.docpad.cson
中是否存在任何函数调用,或者 CoffeeScript 是否将某些不正确的格式解释为函数?也许通过 http://coffeescript.org 运行它“尝试 CoffeeScript”编译器来检查会有帮助吗?否则,由于该文件中可能包含敏感 token ,您可以将其通过电子邮件发送至 support@docpad.org,我会查看一下。
关于node.js - docpad运行错误未定义.docpad.cson,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32416759/
“生产”环境在 docpad 部署指南的“to a node.js hosting provider”部分中指定,而“静态”环境在 "to static servers" 中指定。部分。 两者之间的真
我见过人们使用 docpad 写博客,但没有找到一个可以使用的博客框架。虽然 Docpad 与 Jekyll 相比,后者是静态站点生成器,但我想要像 Octopress 这样的东西,它纯粹是一个博客框
我正在使用 DocPad 制作一个演示站点,我想将它部署在例如: http://www.example.com/demo/但是当我使用 docpad generate --env static 时,链
我猜这可能是一个“丢失的案例”,但是是否可以用密码保护 DocPad 生成的一个或多个页面? 是否可以制作一个插件或其他东西,让您在页面的元数据部分中输入 protected = true ? 或者我
我想调整我的多语言 DocPad 博客,以便以 *.ru.md 结尾的页面进入/ru/目录,以 *.en.md 结尾的页面进入/en/目录。 假设这是初始结构 src/ pages/ pa
有没有一种方法可以在 Docpad 中为搜索结果编制索引的 native 搜索表单。动态搜索页面示例不起作用,查看代码对我没有任何帮助。我认为搜索表单示例和基本联系表单示例对于像我这样希望在工作流程中
如何以编程方式将脚本或样式表标签添加到页面的 YAML 前端(元)中指定的页面? 假设有 src/documents/posts/a.html.eco内容如下: --- layout: default
我正在制作一个投资组合,并希望使用 DocPad(使用 Backbone 集合)在每个项目详细信息页面上简单地打印下一个和上一个项目链接。这里的代码来自我的模板projects.html.eco。 @
如何从配置文件添加到块? 例如:通过执行以下操作来设置要包含在块中的脚本/样式列表: @getBlock('scripts').add([ '/vendor/jquery.js
对于集合,我想使用 docpad.coffee 中定义的助手,例如 getLang: (inLang) -> "/" + inLang + "/" ... myCollection: ->
我有一个项目,在 src/public/vendor 下保存第三方文件(与 Bower 一起安装)。自从我添加这些 docpad 后,生成 ./out 的速度似乎变得相当慢,毫无疑问是因为它会遍历所有
这是一个简单的问题,我很难找到答案。我刚刚开始使用docpad建立一个网站。我在 HTML5 Boilerplate 框架中遇到了以下行: 有谁知道这是做什么的吗?端点是它输出以下html: 但我
我只需要显示部分博文...带有指向完整博文的“阅读更多”链接。 主页:使用阅读更多列出最后 5 篇部分/介绍文章。 这在 Docpad 中是可能的吗? 谢谢.. 最佳答案 5 月 getCut
我一直在测试 docpad 作为 CMS,我想知道如何在我的主页中显示博客中的最新 5 篇文章。 我已经寻找过例子,但到目前为止还没有运气。 我需要一些插件来实现该功能吗?目前我使用以下模块: "
我确信我不是唯一一个不得不将静态站点部署到子目录的人。 事实上,我们有 www.example.com 和 mobile.example.com 以及 tablet.example.com。平板电脑和
当我点击 docpad generate 时,我想缩小 HTML、CSS 和 JavaScript 文件, 我怎样才能做到这一点? 最佳答案 有几种方法可以解决这个问题。最突出和最直接的方法是修改您的
我是 DocPad 的新手。我真的很喜欢静态页面生成的想法,并且已经考虑了一段时间,但是很高兴已经有一个成熟的项目了! 然而,虽然我对 DocPad 的工作原理有一个粗略的了解,但您认为创建简单的“联
在 Docpad 的文档中,它列出了一系列查询助手。这是link 。以下列表出现在底部。这些帮助器包括 @getCollection、@getFiles、@getFilesAtPath 等。但是没有任
我一直在使用 docpad 预生成前端 html/js 应用程序(使用 docpadgenerate --env static)。经过几次挂断和 balupton 的错误修复后,它现在工作得很好,并节
更新 npm 后,安装 docpad (npm install -g docpad) 我已经验证我的 PATH 有 git 和 npm。 我使用 docpad 运行 我得到了以下输出: C:\Work
我是一名优秀的程序员,十分优秀!