npm find-dupes

Identify duplicate dependencies in node_modules. More information: https://docs.npmjs.com/cli/commands/npm-find-dupes.

npm find-dupes

npm find-dupes --include dev

npm find-dupes {{package_name}}

npm find-dupes --omit optional

npm find-dupes --loglevel {{silent|error|warn|info|verbose}}

npm find-dupes --json

npm find-dupes --scope {{@scope1,@scope2}}

npm find-dupes --omit-scope {{@scope1,@scope2}}