Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 433 Bytes

npm-find-dupes.md

File metadata and controls

24 lines (17 loc) · 433 Bytes
title section description
npm-find-dupes
1
Find duplication in the package tree

Synopsis

npm find-dupes

Description

Runs npm dedupe in --dry-run mode, making npm only output the duplications, without actually changing the package tree.

See Also