electron-Node.js Error: Module version mismatch. Expected

原本觉得是nodejs的版本问题,后来才发现是electron用本地包的问题
Installing modules and rebuilding for Electron
You can also choose to install modules like other Node projects, and then rebuild the modules for Electron with the electron-rebuild package. This module can get the version of Electron and handle the manual steps of downloading headers and building native modules for your app.node

An example of installing electron-rebuild and then rebuild modules with it:npm

npm install --save-dev electron-rebuildwindows

Every time you run "npm install", run this:

./node_modules/.bin/electron-rebuildapp

On Windows if you have trouble, try:

.\node_modules.bin\electron-rebuild.cmdelectron

相关文章
相关标签/搜索