meteor-cleaner icon indicating copy to clipboard operation
meteor-cleaner copied to clipboard

Clean up your Meteor package cache!

Results 2 meteor-cleaner issues
Sort by recently updated
recently updated
newest added

Package cache differences on Windows: * Located at `~\AppData\Local\.meteor\packages` * No symlinks

The [`directorySize`](https://github.com/klaussner/meteor-cleaner/blob/1619d28e3de232cc2fe134c92366356159c295a5/lib/directory-size.js) function returns a smaller value than `du -sh`. On macOS, it seems to deviate more than on Linux. **Linux example:** ``` meteor-cleaner: 9.98 GiB du -sh: 10 GiB...