Food for thought: How should yarn work based on PRJ_CACHE_HOME #7
Unanswered
gytis-ivaskevicius
asked this question in
Q&A
Replies: 1 comment
-
|
I think it is ok to use both, symlinks and files, under any The fact that a cache manager deduplicates using symlink does not alter the project's view into that cache. It's transparent. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The way I understand
node_modulesshould be under$PRJ_CACHE_HOMEbut yarn is able to symlink node modules to reduce the amount of duplicate modules between projectsDoes this mean that this
PRJ_CACHE_HOMEis not supported for this use-case or should only symlinks be underPRJ_CACHE_HOME?Beta Was this translation helpful? Give feedback.
All reactions