Update README.md

This commit is contained in:
Axel 2020-01-22 14:59:39 +01:00 committed by GitHub
parent 5eeffb9542
commit 82ec3f81e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -224,7 +224,7 @@ For any other unlisted issue, please add a ticket on Github: https://github.com/
When you run a files watcher on the VM, the `watch` command is running on the VM but the watched files are located on the host computer and mounted using NFS on the VM. For this reason, the watcher does not always catch file changes properly. I tried to fix this issue, let me know if you come accross this matter. When you run a files watcher on the VM, the `watch` command is running on the VM but the watched files are located on the host computer and mounted using NFS on the VM. For this reason, the watcher does not always catch file changes properly. I tried to fix this issue, let me know if you come accross this matter.
For example for Laravel, the `npm run watch` command doesn't seem to work properly. Use `npm run watch-poll` instead. For example for Laravel, the `yarn run watch` command doesn't seem to work properly. Use `yarn run watch-poll` instead.
## Contributing ## Contributing