Electron can't find fibers.node

184 Views Asked by At

I'm getting an error in my electron app:

## There is an issue with node-fibers ##
...\node_modules\fibers\bin\win32-x64-57\fibers.node is missing.

I tried this to fix it:

cd .\node_modules\fibers
node build

And I get this output:

win32-x64-57 exists; testing
Binary is fine; exiting

What's wrong?

1

There are 1 best solutions below

0
Gunnar Marino On

Using https://github.com/electron/electron-rebuild fixed the issue for me.