-
-
Notifications
You must be signed in to change notification settings - Fork 278
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 #1469
Comments
I'm seeing the same error with a previously working and stable build. I executed a
|
Could be the same as this? |
Seems like this is a bug in electron-devtools-installer that was fixed in version 3.1.1. @Zyles can you upgrade the version of electron-devtools-installer in your |
It did not. I also get other errors on another machine after installing 3.1.1:
Seems they removed sqlite3 from the download. Not sure how to progress? |
Updated nodejs to latest and the devtools-installer and now I am able to compile. |
The error "Error: Invalid header: Does not start with Cr24" remains on my laptop and unable to compile, same repo. |
@Zyles make sure the repo is up to date on your laptop, then |
@Zyles did you manage to fix this? I am getting the same issue with |
Also for me. Edited: |
Describe the bug
Unable to compile.
$ npm run electron:serve
Uncaught (in promise) Error: Invalid header: Does not start with Cr24
To Reproduce
Install latest packages.
Expected behavior
Be able to compile.
The text was updated successfully, but these errors were encountered: