>The recursive option is only supported on macOS and Windows. > - https://nodejs.org/api/fs.html#fs_fs_watch_filename_options_listener You should probably use `node-watch` to fix it. I warn you: the events emitted by `node-watch` are not the same than `fs` watch.
You should probably use
node-watchto fix it. I warn you: the events emitted bynode-watchare not the same thanfswatch.