Uppy: Companion not working with node 13 because of hiredis

Created on 26 Apr 2020  路  2Comments  路  Source: transloadit/uppy

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.

Bug Triage

Most helpful comment

I was using 1.13.1. I think it was a cache problem. After cleaning up everything, it installed correctly.

All 2 comments

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.

Was this page helpful?
0 / 5 - 0 ratings