-
Notifications
You must be signed in to change notification settings - Fork 138
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
Error: Invalid header: Does not start with Cr24 #165
Comments
having the same issue, any workaround ? |
@thedoublejay @GiovaniBiagi I submitted a fixed PR for this issue and I am now waiting for the merge: #177 This method can be used to temporarily solve this problem: yarn add electron-devtools-installer@git://github.com/BlackHole1/electron-devtools-installer#d2aef8692a6b3d797ec1aa9b1b24092e7461fb63 -D |
But there are some errors in your picture. This PR may not have been fixed yet. Can you tell me which plugins are installed that caused the error? eg: |
Does not work for me. Still unable to compile.
|
Having the same issue, what's the fix? |
Issue Details
Expected Behavior
Using the latest Electron 11.2.0 build, with
electron-devtools-installer 3.1.1
, the app should build successfully.Actual Behavior
Using the latest Electron 11.2.0 build, with
electron-devtools-installer 3.1.1
, the build fails. There's an errorError: Invalid header: Does not start with Cr24
when running the build. Previously using Electron 11.1.1, this error is also displayed but the build still works. It breaks with Redux Dev Tools and React Dev Tools.Screenshots
The text was updated successfully, but these errors were encountered: