homebridge-rinnai-controlr
homebridge-rinnai-controlr copied to clipboard
Install sometimes fails on resource constrained devices (i.e. Raspberry Pi)
This is because of very large dependencies. The install fails and leaves corrupt directories, and Homebridge also crashes. It generally fails while installing react-native, which is 118MB. Path to dep below:
└─┬ @aws-amplify/[email protected]
└─┬ @aws-amplify/[email protected]
└─┬ @aws-sdk/[email protected]
└─┬ @aws-sdk/[email protected]
└─┬ [email protected]
└── [email protected]
Tracked in dependency under https://github.com/aws-amplify/amplify-js/issues/9119