npm-prune
Verified for current stable LTS
Npm Prune Command: Show What Would Be Removed Dry Run
Use for show what would be removed dry run with Npm Prune. Exact CLI syntax to show what would be removed dry run using Npm Prune.
When to use this: Use for show what would be removed dry run with Npm Prune.
Command Syntax
npm prune --dry-run npm prune --dry-run Live Command Builder
Final Command
npm prune --dry-run Command Breakdown
--dry-run- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to show what would be removed dry run using Npm Prune.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Npm Prune Command: Output Changes As Json
npm prune --json Npm Prune Command: Remove Extraneous Packages And Dev Dependencies Production npm prune --production Npm Prune Command: Remove Extraneous Packages Common npm prune Npm Prune Command: Remove Specific Packages By Name npm prune <package_name> Bun Publish Command: Dry Run Publish bun publish --dry-run