windows-node-deps-deleter
v0.1.1
Published
Delete folders containing really long file paths from the Windows command line. (Often found in node_modules trees.)
Downloads
3
Readme
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>>>