You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to build test app with electron. All installation process works , but when I try to run the project it gives me error - A dynamic link library (DLL) initialization routine failed.
Here is my environment.
node v8.11.3
npm 5.6.0
Error: A dynamic link library (DLL) initialization routine failed.
\?\E:\github\Demo\Electron\electron-api\node_modules\synchronize\node_modules\fibers\bin\win32-x64-57\fibers.node
at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:166:20)
at Object.Module._extensions..node (module.js:671:18)
at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:166:20)
at Module.load (module.js:561:32)
at tryModuleLoad (module.js:504:12)
at Function.Module._load (module.js:496:3)
at Module.require (module.js:586:17)
at require (internal/module.js:11:18)
at Object. (E:\github\Demo\Electron\electron-api\node_modules\synchronize\node_modules\fibers\fibers.js:24:37)
at Object. (E:\github\Demo\Electron\electron-api\node_modules\synchronize\node_modules\fibers\fibers.js:26:3)
The text was updated successfully, but these errors were encountered:
I am trying to build test app with electron. All installation process works , but when I try to run the project it gives me error - A dynamic link library (DLL) initialization routine failed.
Here is my environment.
node v8.11.3
npm 5.6.0
Error: A dynamic link library (DLL) initialization routine failed.
\?\E:\github\Demo\Electron\electron-api\node_modules\synchronize\node_modules\fibers\bin\win32-x64-57\fibers.node
at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:166:20)
at Object.Module._extensions..node (module.js:671:18)
at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:166:20)
at Module.load (module.js:561:32)
at tryModuleLoad (module.js:504:12)
at Function.Module._load (module.js:496:3)
at Module.require (module.js:586:17)
at require (internal/module.js:11:18)
at Object. (E:\github\Demo\Electron\electron-api\node_modules\synchronize\node_modules\fibers\fibers.js:24:37)
at Object. (E:\github\Demo\Electron\electron-api\node_modules\synchronize\node_modules\fibers\fibers.js:26:3)
The text was updated successfully, but these errors were encountered: