npkill icon indicating copy to clipboard operation
npkill copied to clipboard

List any node_modules 📦 dir in your system and how heavy they are. You can then select which ones you want to erase to free up space 🧹

Results 62 npkill issues
Sort by recently updated
recently updated
newest added

Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.3 to 3.1.4. Release notes Sourced from semver-regex's releases. v3.1.4 Backport of ReDoS fix https://github.com/sindresorhus/semver-regex/commit/7712ba564d40da101cf2b2b33e6a910d9f2f57f4 Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=semver-regex&package-manager=npm_and_yarn&previous-version=3.1.3&new-version=3.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...

dependencies

**Is your feature request related to a problem? Please describe.** Not necessarily related to a problem. **Describe the solution you'd like** I think there should be the equivalent of .gitignore...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

**Is your feature request related to a problem? Please describe.** Deleting monorepo packages is pretty slow - it would be nice if there was a divide and concur flag that...

Double-dashed/long options should *always* use `=`, altho it's fine if they don't require it. It seems like npkill only works without an `=` on long options. Can this either be...

Adds a `--trash` flag to the CLI to move a `node_modules` to system trash rather than deleting directly. To use the `trash` module, the project needs to be rewritten to...

enhancement

**Describe the bug** "node_modulesdules" as caused by overwriting existing text without clearing the line fully. **To Reproduce** Steps to reproduce the behavior: 1. Eat a banana 2. Run npx npkill...

Thanks for this wonderful tool! is it possible to add the ability to remove package-lock.json files too? Thanks!

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to react project dir 2. Command 'npkill' 3....

Instead of [`rm`-ing the folders](https://github.com/voidcosmos/npkill/blob/071db250f4d10767824c89d44bbcc727a6bdc7f4/src/services/linux-files.service.ts#L31) when a delete is triggered, it would be helpful to have an option that [trashes](https://www.npmjs.com/package/trash) them instead such as `--trash`. This is much safer and...

enhancement