DEV Community

Discussion on: How do you deal with node_modules?

Collapse
 
adamwojnicki profile image
Adam Wojnicki

I keep my code base on github. I have no need to keep my code on local drive all the time. Whenever I need to make some changes I clone my repo, install dependencies with npm, make changes, push them back to repo. Done. If I am not working on particular project I don't keep them on my disk.