我在创建的节点本机插件上收到此错误。它在我的开发机器上运行良好,但在测试机器上中断。
module.js:485 process.dlopen(filename, module.exports);
Error: The specified module could not be found.
j:\node_modules\mhl-dispatcher\node_modules\node-odp\libs\build\Release\odpnode.node
在 c++ 代码中,我使用了一些 dll:
System.dll
System.Data.dll
Oracle.DataAccess.dll
我正在使用 /clr 选项。有什么想法可能是什么问题?谢谢。