Fork of the hughsk/rm-modules package with some fixes.
npm install -g @ns0m/rm-modules
Recursively remove all node_modules
directories within the chosen root
directory.
Useful for cleaning a project which has more than one node_modules
tree.
npm install -g rm-modules
rm-modules
Recursively removes every node_modules
directory within the root
directory,
calling done(err)
when complete.
MIT. See LICENSE.md for details.