I'm using file system native library of nodejs, but i have problems with fs.watch, high amount of watchers is open, and sometimes node returns ENOSPC error, i localize the problem with linux kernel to open watchers and find that the dropbox app was eating a lot of watchers. My question is, if you know another file system libraries for node that works fine with the file system.
Asked
Active
Viewed 1,443 times