isaacs / node-graceful-fs

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

broken when upgrade to nodejs 14.x #212

Closed chaoyangnz closed 3 years ago

chaoyangnz commented 3 years ago

TypeError: Object prototype may only be an Object or null: undefined at Function.setPrototypeOf ()

  at ../../node_modules/graceful-fs/polyfills.js:139:39
  at patch (../../node_modules/graceful-fs/polyfills.js:141:5)
  at patch (../../node_modules/graceful-fs/graceful-fs.js:104:3)
  at Object.<anonymous> (../../node_modules/graceful-fs/graceful-fs.js:96:18)
james-wallis commented 3 years ago

@chaoyangnz did you fix this? I'm having the same issue.