Skip to content
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

Chokidar (fs.watch?) seems to lock parent of the watched #320

Closed
CxRes opened this issue Jul 29, 2015 · 3 comments
Closed

Chokidar (fs.watch?) seems to lock parent of the watched #320

CxRes opened this issue Jul 29, 2015 · 3 comments

Comments

@CxRes
Copy link

CxRes commented Jul 29, 2015

Chokidar seems to lock parent directory on Windows 7 when being watched?

Is this expected? Is this an artifact of the iojs fs.watch() method? Are there any possible work arounds?

@es128
Copy link
Collaborator

es128 commented Jul 29, 2015

Is this an artifact of the iojs fs.watch() method?

Yes

Is this expected?

I've heard it reported before; it certainly isn't deliberate

Are there any possible work arounds?

usePolling: true perhaps

@es128
Copy link
Collaborator

es128 commented Jul 29, 2015

nodejs/node-v0.x-archive#8371
nodejs/node-v0.x-archive#3963

Closing this issue as there does not appear to be anything chokidar could do to have an impact on this. Plus it appears to be the intended behavior of the windows file system.

@es128 es128 closed this as completed Jul 29, 2015
@Elephant-Vessel
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants