Skip to content

seanpk/windows-node-deps-deleter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

windows-node-deps-deleter (wnddel)

Delete folders containing really long file paths (typically found in node_modules folders) from the command line on Windows.
(The default Windows Explorer and CMD.EXE tools fail to work on paths longer than a certain number of characters.)

NOTE: If you need this functionality from your Node application, use fs-extra (that's what wnddel uses under the covers).

usage

npm install -g windows-node-deps-deleter

wnddel dir1 <dir2 <... <dirN>>>

wnddel is pronounced "Wendel"

Wendel Clark, Toronto Maple Leafs

About

Delete really long file paths (typically found in node_modules folders) on Windows.

Resources

License

Stars

Watchers

Forks

Packages

No packages published