【发布时间】:2014-10-06 11:53:35
【问题描述】:
好吧,我是 node webkit 的新手,谁能帮我解决以下问题?
我想在 node webkit 可执行包中使用“officegen”插件,但不适合我。请参阅下面的代码。
我在这个 JS 所在的位置有 officegen 文件夹。
var officegen = require('officegen/lib/index.js');
错误消息:错误:找不到模块'officegen/lib/index.js'
【问题讨论】:
标签: node.js node-webkit