我正在尝试将serialport.js与我的nw.js 应用程序打包在一起。我很难为nw.js构建serialport.js。
我已经使用 npm在我的“app\resource\node_modules”中安装了 serialport.js 。
我还全局安装了nw.gyp “ npm install nw-gyp -g”
然后我将目录更改为binding.gyp所在的“app\resource\node_modules\serialport” ,并尝试使用 nw-gyp “nw-gyp rebuild --target=0.12.3” 重建串行端口
这是我得到的错误: binding.gyp 中的未定义变量 module_name
有什么想法可以解决这个问题吗?
其他的似乎也有类似的问题: Win 7 上 Node-webkit (nw.js) 中的 Serialport.js
我还看到不同的节点模块发生了同样的错误: Building node-sqlite3 with nw-gyp