You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just updated to realm 12.11.0 and can't push changes to github as the zipped dependency for realm is 175MB. Looks like the zip file is over 3 times larger then 12.10.0, have some files been added to the bundle by accident maybe?
Stacktrace & log output
File .yarn/cache/realm-npm-12.11.0-6c3752aa4e-bf4ab585b4.zip is 179.50 MB; this exceeds GitHub's file size limit of 100.00 MB
This is due to now including prebuilds for android in the package, which was introduced in #6650. In general, committing dependencies to git is bad practice as those can be downloaded post cloning from npm. If you absolutely need to store the dependencies in git, then it's best to do that using git lfs, regardless of their size.
How frequently does the bug occur?
Always
Description
I just updated to realm 12.11.0 and can't push changes to github as the zipped dependency for realm is 175MB. Looks like the zip file is over 3 times larger then 12.10.0, have some files been added to the bundle by accident maybe?
Stacktrace & log output
Can you reproduce the bug?
Always
Reproduction Steps
using yarn. yarnrc.yml looks like the below:
Version
12.11.0
What services are you using?
Both Atlas Device Sync and Atlas App Services
Are you using encryption?
Yes
Platform OS and version(s)
Mac Sonoma 14.3
Build environment
Which debugger for React Native: ..
Cocoapods version
No response
The text was updated successfully, but these errors were encountered: