gpt4 book ai didi

node.js - 如何在node webkit中安装officegen模块

转载 作者:太空宇宙 更新时间:2023-11-04 01:02:01 25 4
gpt4 key购买 nike

嗯,我是 Node Webkit 的新手,有人可以帮我解决以下问题吗?

我想在 Node WebKit 可执行包中使用“officegen”插件,但不适合我。请参阅下面的代码。

我在放置此 JS 的同一位置有 officegen 文件夹。

var officegen = require('officegen/lib/index.js'); 

错误消息:错误:找不到模块“officegen/lib/index.js”

最佳答案

要引用相同的路径,请在前面添加 ./,否则它将解析为当前目录或父目录中的 node_modules

var officegen = require('./officegen/lib/index.js'); 

http://nodejs.org/api/modules.html#modules_file_modules

关于node.js - 如何在node webkit中安装officegen模块,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26215684/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com