Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 546 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 546 Bytes

Delete_node_modules

  • Removes node modules from all of your JS projects.
  • Can be applied to a single project or a folder containing all of your projects.

Implementation

  • git clone <url>
  • Change the paths in the array addresses to the folders where you've saved your projects.
  • In the case of a single project, include its path in the addresses
  • node index.js

Or

  • Copy code from index.js to a local js file -> save -> update addresses -> run

Warning

  • Do not use directly on C: or D: drives.