Consider moving from `chokidar` to `sane`.
See original GitHub issuesane is the filesystem watcher used by jest-cli. It supports Linux, OS X, and Windows, and can use watchman if available. More notably, its dependency tree is significantly smaller than the dependency tree for chokidar.
Keep in mind that fsevents should only be required in OS X systems.
I played around with it for an hour or two and, for the most part, sane seemed to be able to take the place of chokidar without issue. Would something like this be considered?
Issue Analytics
- State:
- Created 7 years ago
- Reactions:12
- Comments:20 (13 by maintainers)
Top Results From Across the Web
move new files from one location to another using chokidar to ...
I am new to node.js and am trying to setup a script to monitor a folder and move any files saved there to...
Read more >Why is there no *small*, sane Node.js tool for watching file ...
I've been struggling with --ignoreDirectoryPattern because it wants RegExp...and bash loves to expand slashes (/) to absolute paths. chokidar: ...
Read more >chokidar-graceful-cross-platform - npm package - Snyk
Downloads are calculated as moving averages for a period of the last 12 months, excluding weekends and known missing data points. Maintenance.
Read more >sane/sane - Gitter
Hi there, I'm new to SANE and hoping to get realtime/websockets working. The docs say you don't need brocfile updates: artificialio/sane#83, need to...
Read more >chokidar 2 does not receive security updates since 2019 ...
Upgrade to chokidar 3 with 15x fewer dependencies npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Yes
It was. Actually, that tweet is kinda the reason I decided to try this.