tomitrescak / meteor-uploads

MIT License
295 stars 41 forks source link

Does not work with node > 12 #254

Open thejamespower opened 9 months ago

thejamespower commented 9 months ago

A deprecated function in formidable only works with node versions lower than 12: https://stackoverflow.com/questions/62163677/why-does-calling-os-tmpdir-produce-an-error-on-only-some-machines

Unfortunately, I have no idea how to debug meteor packages and their dependencies, but I will update here if I have any luck.