filmov
tv
Fastest way to Delete and Copy node_modules

Показать описание
Like a famous joke, node modules (node_modules) are the heaviest object in the universe :)
That's why, it takes a lot more time when performing directory operations on node modules due it its size. A normal project with few dependencies contain 40+K folders and 30+K files.
Windows File Explorer copy and delete the huge number of files much slower than the command line.
This video demonstrates that now we can easily and quickly handle node_modules folder.
Definitely, its not all about node_modules, you can handle any kind of huge directories and files with these commands.
That's why, it takes a lot more time when performing directory operations on node modules due it its size. A normal project with few dependencies contain 40+K folders and 30+K files.
Windows File Explorer copy and delete the huge number of files much slower than the command line.
This video demonstrates that now we can easily and quickly handle node_modules folder.
Definitely, its not all about node_modules, you can handle any kind of huge directories and files with these commands.