The Interledger Community 🌱

Discussion on: Has anyone tried running Rafiki locally?

Collapse
 
omertoast profile image
Ömer Özdemir

Hey @radhyr, I don't think the problem is setting docker as non-root user as it's not possible nor required on macOS. I guess the problem is the node version you are using according to my experiences with macOS M1. You can try using node v14 and build the image. If it still doesn't work then you can create an issue about it on Rafiki repo, I would like to help you with that.

Collapse
 
radhyr profile image
Radhy

Thanks for coming by @omertoast
It seems changing node version to v14 doesn't help me much here. Here's the error screenshot I got:
error

I opened an issue per your suggestion here:
github.com/interledger/rafiki/issu...

Collapse
 
radhyr profile image
Radhy

I think this has to do with bcrypt failing in Docker m1 chip
github.com/kelektiv/node.bcrypt.js...