Skip to content

Instantly share code, notes, and snippets.

@karlpokus
Last active September 7, 2017 06:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save karlpokus/4fa2637625d83531e0318419ba032e19 to your computer and use it in GitHub Desktop.
Save karlpokus/4fa2637625d83531e0318419ba032e19 to your computer and use it in GitHub Desktop.
cloud 9 - free disk space from heroku cache

OUT OF DISK SPACE

It seems heroku caches lots of node modules in /home/ubuntu/.local/share/heroku/tmp. Just empty this dir and you'll be fine.

# in /home/ubuntu/.local/share/heroku
$ rm -rf tmp/*
# check
$ du -sh *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment