homebridge-rinnai-controlr icon indicating copy to clipboard operation
homebridge-rinnai-controlr copied to clipboard

Install sometimes fails on resource constrained devices (i.e. Raspberry Pi)

Open dustindclark opened this issue 2 years ago • 0 comments

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

dustindclark avatar Dec 20 '22 17:12 dustindclark