I know, that many have already had this problem and I tried every solution I could find, but nothing helped... I'm aware of this question, but it didn't work for me :(
The problem:
It says: node_modules\fibers\bin\win32-ia32-53\fibers.node is missing. when trying to launch any Electron-edge project that uses require('fibers').
Versions and other information: I do have win32-ia32-48 and win32-ia32-57 folders. Electron.exe is 32-bit The .node files in are 32-bit as well npm fibers is at version 2.0.0
This is (supposedly) my node version: (current: {"node":"0.10.40","npm":"2.13.3"})
However, I installed the "Latest LTS Version: v6.11.1 (includes npm 3.10.10)".
I have no idea what to do. I tried for 3 days straight to get fibers to work (or sync/syncronize for that matter), but nothing helped.