-
Notifications
You must be signed in to change notification settings - Fork 62
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
node 5.7.0 – Warning: Cannot delete files outside the current working directory. #85
Comments
Having the same issue. |
@timvancleef For me |
@mscdex oh you are right. |
Related failing test: https://travis-ci.org/gruntjs/grunt-contrib-clean/jobs/110697189 Nice research you all :) |
+1 |
+1 on OS X El Capitan. Is it save to add options: {force: true} for the moment before node v5.7.1 is released? |
If you want safety, I recommend going with Node v4.3.1 until a fix is released. |
For what it's worth, I haven't observed this issue with versions of Node prior to 5.7.0 (on 5.6.0 currently). |
Have the same issue.
|
The node team already fixed it with this commit nodejs/node@3a331b6 |
Node.js 5.7.1 is out with the relevant fixes. |
Hmm same problem here:
|
Hi guys,
I’m experiencing an issue with the new node 5.7.0.
It work fine before the node update and I don’t get why the given
coverage
directory should be outside of working directory.Gruntfile.js
andcoverage
directory are at the same level. The exact same level I’m callinggrunt test:clean
in.If you need further more verbose output let me know.
The text was updated successfully, but these errors were encountered: