-
Notifications
You must be signed in to change notification settings - Fork 126
Error: Generated checksum for "electron-v1.4.13-linux-x64.zip" did not match expected checksum. #264
Comments
+1 |
Hi @runrog, please don't comment "+1", if you have a similar problem and don't have additional details to add, please use 👍 emotion on OP's post. This will prevent constant notifications that repo's owners and participants receiving and reduce the number of overall comments so it will be easier to focus on important information. |
I can confirm the same issue as OP on node:alpine
|
Rolling back to Node v6.9.2 with I tried Node v7.3.0 but ran into the same issue. I'm not sure if malept/sumchecker#5 is the fix but it's in |
We can fix this, but I want to first get a sense of users are still affected by it, as its an older version of Electron. The electron-prebuilt repo is being retired and its code has been moved into the electron/electron repo. For the sake of historical transparency, we will leave GitHub Issues enabled on this repository, but if you are still affected by the issue reported here, please open a new issue on electron/electron repo and reference this issue from it so people can get the full context. The electron repository has a large and active contributor community, so your issue is more likely to get the attention it deserves there. Thanks! |
Fails to install using Node 8; see: - electron-userland/electron-prebuilt#264 - malept/sumchecker#5 Tried this: ``` yarn upgrade electron electron-download sumchecker ``` But it blows up due to the checksum "mismatch". Worked around that by downgrading to 7 temporarily: ``` brew install n sudo n 7.10.1 yarn upgrade electron sudo n latest ```
Getting a similar error while trying to install Electron 1.7.5, on Ubuntu 16.04.
|
updating
|
For anyone still facing this issue, try this fix |
I'm still facing this issue,
Trying to install
|
... But then I switched to node 6.12.0, and I could finally install it :/ |
have the same issue with node 8, ubuntu 18
|
Getting this error when trying to install with
yarn
.From package.json
The error:
Don't know if this is related to the fact that I'm running latest ubuntu:
The text was updated successfully, but these errors were encountered: