Open airs0urce opened 9 years ago
See https://github.com/ybogdanov/node-sync/pull/40
I blindly merged this pull request assuming there are some unbreaking changes. I don't use node-sync
anymore, so I don't have time to support it, sorry. However you can debug it yourself, just try to install the previous version on node-sync
with unfixed version of fibers and see what happens.
I will look at it later myself.
With "fibers": ">=0.6" everything works fine
In version 0.2.4 "fibers" dep changed:
"fibers": ">=0.6"
Now I can't install it on node 0.12: https://dl.dropboxusercontent.com/u/1875424/Screen%20Shot%202015-02-10%20at%2010.35.27%20PM.png
Is there some incompatibility? Why fibers version set to 0.6.8?
Thanks.