yuanchuan / node-watch

A wrapper and enhancements for fs.watch
https://npm.im/node-watch
MIT License
340 stars 44 forks source link

when watch a dir that mount by nfs, if not work #112

Closed yxxhero closed 3 years ago

yxxhero commented 3 years ago

when watch a dir that mount by nfs, if not work?

yuanchuan commented 3 years ago

Try to switch node-watch to fs.watch, if there's no luck then it's something wrong with node itself.

yxxhero commented 3 years ago

Thanks.