Y
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
rslabbert
1773 days ago
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).
link
toastal
1773 days ago
Too bad it's not at $XDG_CACHE_HOME/yarn. NPM recently shot that down.
link