ibrod83 / nodejs-file-downloader

129 stars 23 forks source link

(node:1) [DEP0044] DeprecationWarning: The `util.isArray` API is deprecated. Please use `Array.isArray()` instead. #69

Closed mayanksharma1202 closed 2 weeks ago

mayanksharma1202 commented 2 weeks ago

Hello

Now days this library is throwing warnings like (node:1) [DEP0044] DeprecationWarning: The util.isArray API is deprecated. Please use Array.isArray() instead.

I believe it is caused by underlined repo. can you please help in this matter?

ibrod83 commented 2 weeks ago

I don't see this warning. Can you show your code? Are you sure it's caused by this package? Also, what node version are you running?

mayanksharma1202 commented 2 weeks ago

My bad.. It was formData implementation who was giving this error.. I am using Node Alpine.