Switching Between Branches with Different node_modules Folders
Every once in a while, I find myself in the situation of needing to change quite a few JavaScript dependencies. And oftentimes, this means that I would need to switch between two branches with rather different node_modules folders—which is a hassle. You too? Well, in this post, I will share how to do just that. […]