Skip to content

Latest commit

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Clean node_modules

This script will delete all node_modules directories that are inside the children of the parent directory from where the script is run.

Directory structure example:

  • project 1
    • node_modules
    • index.js
  • project 2
    • node_modules
    • index.js
  • project 3
    • node_modules
    • index.js
  • clean-node-modules
    • clean-node_modules.js

Running node clean-node_modules.js will delete all of the node_modules folders.

About

Delete all node_modules folders.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Contributors

Languages