How to quickly iterate on your private Node libraries You’re fixing a bug and turns out the problem is in some private library of yours! You fix the bug in the library, but are you sure ? How do you test it in your application locally!?? First, a word about Node module resolution In general Node module resolution traverses up the directory…