rollup-plugin-polyfill-node
rollup-plugin-polyfill-node copied to clipboard
[Transform Stream] Cannot set property 'needReadable' of undefined
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.