yortus / asyncawait

Callback heaven for Node.js with async/await
MIT License
1.91k stars 77 forks source link

Not working on nw.js #53

Closed noorkaximi closed 7 years ago

noorkaximi commented 7 years ago

I am trying to use it on node-webkit (nw.js) but when I import it. it throws an error my code. var async = require('asyncawait/async'); var await = require('asyncawait/await'); Here is the error

module.js:482 Uncaught Error: A dynamic link library (DLL) initialization routine failed. \?\E:\ZeroKit\webkit-v0.13\ZeroKitFinal\node_modules\fibers\bin\win32-x64-48\fibers.node

yortus commented 7 years ago

This is an issue with node-fibers. There isn't much asyncawait can do about this. Hopefully https://github.com/laverdet/node-fibers/issues/271 might be of some help.