ybogdanov / node-sync

Write simple and readable synchronous code in nodejs using fibers
MIT License
492 stars 70 forks source link

0.2.4 can't be installed on node 0.12 #41

Open airs0urce opened 9 years ago

airs0urce commented 9 years ago

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.

ybogdanov commented 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.

airs0urce commented 9 years ago

With "fibers": ">=0.6" everything works fine