Looking to address a bug in an NPM library.
Seeking guidance on configuring my software to point to my customized version of the library using package.json
instead of the generic version from npmjs.org
. This way, I can effectively debug my own iteration of the library stored locally on my disk. Any suggestions on how to achieve this?