install-subset icon indicating copy to clipboard operation
install-subset copied to clipboard

Stop installing npm dependencies that you don't need.

Results 3 install-subset issues
Sort by recently updated
recently updated
newest added

Would be great to support separate lock files for each subset. E.g. package-lock-test.json for `test` subset. It is good practice to use `npm ci` for installation to maintain exact versions...

It would be nice to produce some explanation how its working, so we better understand if its the right tool for us. For example: does it also work with package-lock...

## Problem I have both yarn and npm installed on my system as I contribute to various projects, each of which use different tool sets. This defaults to yarn is...