我正在尝试使用 zeroRPC,但出现此错误:
electron/js2c/asar.js:140
Uncaught Error:
The module
'\\?\C:\Users\Electron\\node_modules\zerorpc\node_modules\zeromq\build\Release\zmq.node'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 72.
This version of Node.js requires
NODE_MODULE_VERSION 76.
Please try re-compiling or re-installing
the module (for instance, using `npm rebuild` or `npm install`).
因此,我尝试使用电子重建,但重建失败。我怎样才能解决这个问题?
我有使用 C++ 和 Visual Studio Build Tools 2017 Desktop Visual C++ 构建工具的 Visual Studio Community 2017 桌面开发。