Got the following warning and deprecation warning using the node version v8.9.2:
(node:24137) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): TypeError: file.pipe is not a function (node:24137) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Hey,
Got the following warning and deprecation warning using the node version v8.9.2:
(node:24137) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): TypeError: file.pipe is not a function (node:24137) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.