This repository has been archived by the owner on Sep 5, 2020. It is now read-only.
Update Readme with latest stable Electron version to avoid exception #2404
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What do you run?
I ran the following initially to install the development version from the command line and initialise Mist:
But running the
electron
command caused the following error:So then I updated to the latest stable version of Meteor 1.5 (as only 1.4.2.3 was installed) with
meteor update --release 1.5
, but I still encountered the exception.So then I updated Electron to the latest version 1.6.10 (instead of 1.3.13 as currently suggested in the Readme) with
yarn global add electron@1.6.10
, and this fixed the issue.Which version do you used?
Mist 0.8.10
Electron 1.3.13 (previously) but now Electron 1.6.10 (fixed the issue)
Node 6.6
Meteor v1.5
yarn v0.24.6
gulp v3.9.1
What OS you're on?
macOS El Capitan 10.11.5