-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
When running fs.watch on a Vagrant vm and changing a file through the host machine, the change is not detected #6765
Comments
That's a shortcoming of the way Vagrant exposes the host file system to the guest. The documentation touches on it in an indirect way:
(NFS and SMB are commonly used protocols for mapping the host file system.) You can use |
4 tasks
On it in #6809 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not sure whether this is known behavior or a bug.
I'm running Ubuntu on a Vagrant virtual machine and I have set up a shared folder so changes to the folder and all subfolders are in sync. However, if I run
fs.watch('/folder')
in the VM and change a file in that folder through the host (Windows), the change is not detected.The text was updated successfully, but these errors were encountered: