-
Notifications
You must be signed in to change notification settings - Fork 772
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fs.copy hangs on iojs #105
Comments
It's because of On Mon, Jan 19, 2015 at 8:33 AM, Michał Gołębiowski <
Simple & Secure Bitcoin Wallet: https://www.coinbolt.com |
Awaiting on this nvm-sh/nvm#616 When it gets pulled, I'll be able to download and test. |
nvm 0.23.0 with io.js support is out :) |
Should be fixed now. https://github.com/jprichardson/node-fs-extra/releases/tag/0.15.0 |
It works now, thanks! |
Steps to reproduce:
git clone git@github.com:mzgol/check-dependencies.git
cd check-dependencies
Create a file
test.js
with contents:Run the following command in terminal:
rm -rf test/bower-fixtures/generated && node test/spec.js
It works fine on Node 0.10.35 & 0.11.14, it gets stuck indefinitely in io.js 1.0.2.
This is making the tests fail on io.js in my
check-dependencies
module.fs-extra
0.14.0
, OS X 10.10.1. I use Node & io.js via nvm.The text was updated successfully, but these errors were encountered: