Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dustindclark opened this issue Dec 20, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@dustindclark
Copy link
Owner

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 aws-amplify/amplify-js#9119

@dustindclark dustindclark added the bug Something isn't working label Dec 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant