4
epse
7y

Be developing a react native app with create-react-native-app.
Almost done, time to eject! Let's install Android studio. 6 GiB free on /tmp, that should work. yaourt - S android-studio
Oh no! Nit enough space on tmp! Ffs and then that is without the Android sdk!

Comments
  • 0
    You need at least 600 and then you'll have some space left over for maybe some text files :P
  • 1
    I forgot, xcode and xamarin as well as visual Studio are all smaller :)
  • 2
    @SirWindfield I know. But the time it took me to get xamarin to even work was the time it took me to build the entire app in react-native
  • 2
    For those interested, it was /tmp that was too small as by default systemd makes that a tmpfs partition in ram at half the size of your ram. Which was 2 GiB and not enough for the archives and extracted files apparently
Add Comment