electron-fix
Version:
Special area error fixed.
29 lines (21 loc) • 466 B
Markdown
# electron-fix
[](https://badge.fury.io/js/electron-fix)
> Specific area "throw new Error('Electron failed to install correctly, please delete node_modules/electron and try installing again')"
## Installing
Using npm:
```bash
$ npm install electron-fix -g
```
Start:
```bash
$ electron-fix start
```
or `package.json` add:
```
"scripts": {
"fix": "electron-fix start"
}
```
```bash
$ npm run fix
```