@elmeet/electron-fix
v1.1.5
Published
Special area error fixed.
Downloads
4
Maintainers
Readme
electron-fix
Specific area "throw new Error('Electron failed to install correctly, please delete node_modules/electron and try installing again')"
Installing
Using npm:
$ npm install @elmeet/electron-fix -g
Start:
$ electron-fix start
or package.json
add:
"scripts": {
"fix": "electron-fix start"
}
$ npm run fix