-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
FSevent binaries not found #3671
Comments
Same problem here |
I opened up an issue on the fsevents repo about this as well as this might not necessarily pertain to electron-builder. |
I just want to come back and tell you guys what worked for me. I switched from npm to yarn and guess what? It magically started working again! So if you are using npm instead of yarn as your package manager, I would suggest making that switch. |
@basicallysteve can you provide more details? I have problem with 404 even with yarn |
Using |
The most simplest way using npm I found 😄
|
I'm on Removing |
I have tried all the above solutions and I am still getting this error. Any other ideas? |
Same problem here on Mac 10.14.6, node 10.x, electron 6.0.3 and builder at 21.2.0. UPD: simply removed the rebuild with the option |
@defusioner Even when I add |
@dijs Sure that your config is something like this?
It should stdout this line: |
I had not put it in the build config! Now it is working! Yay Thanks |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
When trying to build the binaries, there is an attempt to download the file https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.2.7/fse-v1.2.7-electron-v4.0-darwin-x64.tar.gz . However, a 404 error is thrown since the file does not exist. I also tried to download it manually, but it seems like it does not exist at all.
This is the stacktrace:
The text was updated successfully, but these errors were encountered: