isaacs / node-graceful-fs

fs with incremental backoff on EMFILE
ISC License
1.27k stars 148 forks source link

fix: TypeError when loading graceful-fs from worker threads #205

Closed RomainMuller closed 3 years ago

RomainMuller commented 3 years ago

Fixes #204

RomainMuller commented 3 years ago

I would like this released ASAP - I find myself unable to work around the breakage at the moment, as I am getting this from fs-extra, and from the jsonfile dependency of fs-extra, and my attempts to pin graceful-fs to 4.2.4 in the consuming package still result in npm resolving to 4.2.5 for transitive dependencies. This is maddening!