node-bindings非常好用,但是在Electron中无法使用,我查了一下,是因为fileName以file://开头导致无法定位动态库的根目录。

关于node-bindings无法在Electron中使用的解决办法