Hacker News new | ask | show | jobs
by devinrhode2 1773 days ago
You have .yarn/cache full of .tar.gz files.

I do think yarn 2/3 has some way to specially cater to easily editing your npm packages.

2 comments

This is vscode specific, but yarn suggests a zipfs extension which lets you explore the packages in exactly the same way you would with node_modules (with the added benefit of not having a massive file tree being expanded).
Too bad it's not at $XDG_CACHE_HOME/yarn. NPM recently shot that down.