Closed warpdesign closed 2 years ago
Without downleveling the for-await loops Node 8 and low minor versions of 9 will need to be started using either the --harmony_async_iteration
or --harmony
flag.
@lumphe I am unsure if we want to make a branch in main
and load a downleveled version, if for-await is not supported, or if we just want to just add this behavior to the documentation.
That's what I thought but didn't bother looking for the flag name.
How about mentioning that into the readme file? Sounds like it would be enough to me.
Fixed in v1.1.0/master.
When trying to use ftp-ts with node 8 on macOS I get the following error:
Updating to node 10 fixes the problem.