Skip to content

Simple command line tool to clean up the mess that npm link and peerDependencies creates

License

Notifications You must be signed in to change notification settings

mpj/peer-dependency-cleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

peer-dependency-cleaner

Simple command line tool to clean up the mess that npm link and peerDependencies creates (npm/npm#5080). Takes the name of a module as an argument, and will then walk down your node_modules tree and delete any instances of that module except the top one. Think of it as a very violent and despotic dedupe.

Installation

npm install -g peer-dependency-cleaner

Usage

cleanpeerdeps my-module

About

Simple command line tool to clean up the mess that npm link and peerDependencies creates

Resources

License

Stars

Watchers

Forks

Packages

No packages published