1.1.4 • Published 3 months ago

electron-fix v1.1.4

Weekly downloads
34
License
MIT
Repository
github
Last release
3 months ago

electron-fix

npm version

Specific area "throw new Error('Electron failed to install correctly, please delete node_modules/electron and try installing again')"

Installing

Using npm:

$ npm install electron-fix -g

Start:

$ electron-fix start

or package.json add:

"scripts": {
  "fix": "electron-fix start"
}
$ npm run fix