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?