Examples (8)
List all duplicate packages within `node_modules`
Include `devDependencies` in duplicate detection
npm find-dupes --include devList all duplicate instances of a specific package in `node_modules`
npm find-dupes package_nameExclude optional dependencies from duplicate detection
npm find-dupes --omit optionalSet the logging level for output
npm find-dupes --loglevel silent|error|warn|info|verboseOutput duplicate information in JSON format
npm find-dupes --jsonLimit duplicate search to specific scopes
npm find-dupes --scope @scope1,@scope2Exclude specific scopes from duplicate detection
npm find-dupes --omit-scope @scope1,@scope2made by @shridhargupta | data from tldr-pages