dustindclark / homebridge-rinnai-controlr

Rinnai Control-R interface for homebridge
Apache License 2.0
12 stars 7 forks source link

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

Open dustindclark opened 1 year ago

dustindclark commented 1 year ago

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/api-graphql@3.0.7
  └─┬ @aws-amplify/core@5.0.7
    └─┬ @aws-sdk/client-cloudwatch-logs@3.6.1
      └─┬ @aws-sdk/middleware-retry@3.6.1
        └─┬ react-native-get-random-values@1.8.0
          └── react-native@0.70.6

Tracked in dependency under https://github.com/aws-amplify/amplify-js/issues/9119