Closed s524797336 closed 4 years ago
me too.
As far as I'm aware, the latest version of node-abi (2.15.0 at the time of this comment) supports Electron 8.1.x
@s524797336 @zenjava You can check whether you install the correct version of node-abi
in yarn.lock
or other lock file. if not you can add codes bellow:
"resolutions": {
"node-abi": "2.15.0"
},
in your package.json file. make sure you use yarn
.
I switch to npm and reinstall, it woks...
All you need to do is run yarn upgrade node-abi
or npm upgrade node-abi --depth=100
to upgrade node-abi for your project.
Please support it, electron-forge will fail at start script.