Can I delete the packages folder under the global .meteor? I just realized it's 18.5GB

I typically delete my bundler caches every now in then in each individual meteor project, but I’m wondering if it’s also okay to delete the packages folder (which I think is in the global .meteor folder)

I know that at least some portion of whatever is in there will get re-downloaded anyway, but I’m guessing 50% are packages I used once and never downloaded/used again in any other project?

UPDATE:

Yes, you can. Meteor will rebuild the required parts automatically.

Here’s another option:

1 Like