rollup-plugin-polyfill-node icon indicating copy to clipboard operation
rollup-plugin-polyfill-node copied to clipboard

[Transform Stream] Cannot set property 'needReadable' of undefined

Open kran6a opened this issue 3 years ago • 0 comments

I got this error while trying to use a transform stream in a svelte project. The code works on lastest node.js though. Looks like this._readableState is never initialized in Transform Streams for an unknown reason. image

kran6a avatar Apr 14 '21 19:04 kran6a