DEV Community

Discussion on: Running VSCode On Linux: Hitting My Watcher Limit And What To Do About It

Collapse
 
lesha profile image
lesha 🟨⬛️

trillion files in my node_modules

 w h a t

Collapse
 
therealkevinard profile image
Kevin Ard

Rough estimate 😉

(But... Now I'm absolutely going to run a file count on my node_modules when I get back to the office)

Thread Thread
 
therealkevinard profile image
Kevin Ard

Update:

❯ find . -type f | grep node_modules | wc -l
412140

But, to be fair: That's from a pretty large project with several microservice modules in it.