You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -89,9 +89,9 @@ When developing HyperHaskell itself, it is also possible to run it from source.
89
89
90
90
1.[Download and install Electron](http://electron.atom.io/releases/)
91
91
92
-
The whole thing is currently developed and tested with Electron version 3.1.8.
92
+
The whole thing is currently developed and tested with Electron version 10.1.5.
93
93
94
-
(If you use the [npm][] package manager, you can install it in your home directory with `cd ~ && npm install electron@3.1.8`.
94
+
(If you use the [npm][] package manager, you can install it in your home directory with `cd ~ && npm install electron@10.5.1`.
95
95
On Debian-based Linux distributions, Electron [currently](https://github.com/electron-userland/electron-prebuilt/issues/70#issuecomment-192520913) requires the `nodejs-legacy` package.)
96
96
97
97
2. Make sure that you have a working installation of
@@ -139,7 +139,7 @@ We use the [`electron-packager`][pkg] utility. To install it, you need to use th
139
139
140
140
cd ~
141
141
npm install electron-packager
142
-
npm install electron@3.1.8 --save-dev
142
+
npm install electron@10.1.5 --save-dev
143
143
144
144
To create an application bundle and compress it in a zip-file, use the following commands:
0 commit comments