-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTPError: Response code 404 (Not Found) for https://github.com/castlabs/electron-releases/releases/download/v18.0.1/electron-v18.0.1-win32-x64.zip #128
Comments
We have seen this with older versions of |
thanks. 6 hours wasted :D node js 17 solved everything :D thanks for your help |
node -v = v20.14.0 Response code 404 (Not Found) for https://github.com/castlabs/electron-releases/releases/download/v24.1.2/electron-v24.1.2-darwin-x64.zip |
Do you have the correct version (with
|
yes, and I did run npm i. when I ran npm start: The file is instead here: so inside an extra Versions/A subfolders. I have copied the content of A, 2 levels up. and there's no trace of that Squirrel ... |
This is another known issue, one where symlinks in zip archives are not properly extracted. We have not been able to fix it since the problem seems to be in lower layers of the implementation and is intermittently triggered by certain zip archives. There is a workaround in that thread, not very nice but it is what we have for now. Using a different version might also work since this problem only exists for some zip archives. |
npm install "https://github.com/castlabs/electron-releases#v18.0.4+wvcus" --save-dev
HTTPError: Response code 404 (Not Found) for https://github.com/castlabs/electron-releases/releases/download/v18.0.4/electron-v18.0.4-win32-x64.zip
does not define after +
it should be
https://github.com/castlabs/electron-releases/releases/download/v18.0.4+wvcus/electron-v18.0.4+wvcus-win32-x64.zip
What's the solution?
The text was updated successfully, but these errors were encountered: