Trouble with Streams in Node App
I'm running into a strange problem, I've been experimenting with Streams in a very simple node app, and now I'm trying to use them in a real project. I was having trouble recreating the same behavior, so eventually tried a very simple example:
In my real project, this gives me a compiler error at the
And yet in the simple node app the same exact line compiles just fine.
Any idea what's happening?
In my real project, this gives me a compiler error at the
Stream.repeatEffect:And yet in the simple node app the same exact line compiles just fine.
Any idea what's happening?
