I am trying to read a large file one line at a time. I found a question on Quora that dealt with the subject but I\'m missing some connections to make the whole thing fit to
You don't have to open the file, but instead, you have to create a ReadStream.
open
ReadStream
fs.createReadStream
Then pass that stream to Lazy
Lazy