Andrii Andriiets

Results 2 comments of Andrii Andriiets

Config that worked for me to build the arm64 with yarn on GitHub actions: Add this to your Dockerfile before `RUN yarn install` : ``` RUN yarn config set network-timeout...

I believe that happened because of the different versions of the nestjs in your app and module. The Redis module uses version 6 https://github.com/kyknow/nestjs-redis/blob/master/package.json#L24 And your app is probably 8...