after deprecation of new Buffer() with no arguments, this code raised this error:
Unhandled rejection TypeError: First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.
at Function.Buffer.from (buffer.js:183:11)
at new Buffer (buffer.js:158:17)
at node_modules/promise-streams/index.js:242:33
after deprecation of new Buffer() with no arguments, this code raised this error: