Companion has a dependency on old redis libraries which require the package "hiredis", a discontinued package that's failing to build in Node 13.
I tried with Node 10 and it works.
Which version of Companion are you using? If I install @uppy/companion I don't get hiredis anywhere in the tree. I think we've always used the redis package which is just JS.
I was using 1.13.1. I think it was a cache problem. After cleaning up everything, it installed correctly.
Most helpful comment
I was using 1.13.1. I think it was a cache problem. After cleaning up everything, it installed correctly.