Skip to content

Commit 7310604

Browse files
committed
Provide workaround for electron install issues
An electron dependency (electron-download) converted to ES6, without providing backfill support. As a result, electron cannot be installed on Node.js versions < 4. This workaround uses a forked repository which pins the electron-download version until electron-prebuilt#190 and electron-download#28 are resolved.
1 parent a5f173c commit 7310604

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"d3-shape": "^1.0.0",
3232
"d3-time-format": "^2.0.0",
3333
"debug": "^2.2.0",
34-
"electron": "^1.3.3",
34+
"electron": "git+https://github.com/kgryte/electron-prebuilt.git",
3535
"minimist": "^1.2.0",
3636
"object-keys": "^1.0.9",
3737
"readable-stream": "^2.1.4",

0 commit comments

Comments
 (0)