-
Notifications
You must be signed in to change notification settings - Fork 775
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
/tmp/millis-test-sync #149
Comments
You're running multiple fs-extra tests or what? |
just multiple nodejs worker instances on the same host |
Ahh, I figured out the problem: node-fs-extra/lib/util/utimes.js Line 10 in 5b84708
|
Ok, pending all tests pass on Travis/Appveyor, I'll publish a new version. Should be shortly. |
Published fix in |
Thanks for reporting :) |
This was referenced Jul 12, 2015
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When multiple nodejs instances are running they all want to access this same file thus permission denied Error: EACCES, permission denied '/tmp/millis-test-sync'
The text was updated successfully, but these errors were encountered: