How forge install works internally #10318
-
Hi Everyone, we all know that npm stores all the installed packages somewhere global in the system and whenever we install that same package in another repo it will just target that specific node module to the current repo so that there won't be no duplicate node module copy in our system and I want to know whether foundry install works that way or not, if not what measures do we need to take so that we can have that feature in foundry which will save space for us in our system |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @18121A05L2 forge install uses git submodules under the hood for every repo it will reclone the libraries, there is no shared cache |
Beta Was this translation helpful? Give feedback.
Hi @18121A05L2
forge install uses git submodules under the hood
for every repo it will reclone the libraries, there is no shared cache