|
|
|
|
|
by Too
1696 days ago
|
|
What's the problem with a big repository? The files still need to be downloaded from somewhere. It's mostly just text anyway so no big blobs which is usually what causes git to choke. For that one-off occasion when you are on 3G, have a new computer without an older clone, and need to edit files without compiling the project (which would have required npm install anyway), there is git partial clone. Does npm have a shared cache if you have several projects using the same dependencies? |
|
pnpm does, that's why I'm using it for everything. It's saving me many gigabytes of precious SSD space.
https://github.com/pnpm/pnpm