RRemoving node_modules recursively
11/08/2019 — 1 Min Read — In Tips
When you use npm packages, they're saved into node_modules directory. You end up with a huge directory containing all the dependencies which may contain thousands of files. What if you work on…