You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_stream_readable.js:636
throw new ERR_METHOD_NOT_IMPLEMENTED('_read()');
^
Error [ERR_METHOD_NOT_IMPLEMENTED]: The _read() method is not implemented
at Readable._read (_stream_readable.js:636:9)
at Readable.read (_stream_readable.js:475:10)
at resume_ (_stream_readable.js:962:12)
at processTicksAndRejections (internal/process/task_queues.js:84:21) {
code: 'ERR_METHOD_NOT_IMPLEMENTED'
}
At the moment, the
graphql-upload
tests are failing for Node.js v14:https://github.com/jaydenseric/graphql-upload/runs/701487224?check_suite_focus=true#step:4:82
The error is:
Is it because of this in
fs-capacitor
?:fs-capacitor/src/index.ts
Line 28 in 45ab8cb
Does it relate to this Node.js v14 change?:
nodejs/node#31912
Here are the Node.js v14 release notes:
https://nodejs.org/en/blog/release/v14.0.0/
The text was updated successfully, but these errors were encountered: