Closed
Description
Hi Folks,
I was learning "Streams" from Nodejs.org website. I would like to bring to your notice that one of the API i.e., Readable.from
is throwing an error - "TypeError: Readable.from is not a function".
I am using Node v11.13.0
In debug mode, I found that there isn't any property accessor named - "from" on "Readable" class, it's prototype or on it's super class either(Stream).
FYI, I didn't make any tweaks to the provided example, and tried to use it as it is(screenshot attached).
If I am missing anything, please enlighten me.
Thanks in advance,
Deepak