0

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?

pushkin
  • 9,575
  • 15
  • 51
  • 95
Gunnar Marino
  • 83
  • 3
  • 8

1 Answers1

0

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

Gunnar Marino
  • 83
  • 3
  • 8