---------------------- Hmm, I don't know enough to give you a confident answer yet. However, it's important to note that directly modifying the code within a node module is generally not recommended because your changes can be overwritten when the module is updated. Instead, consider creating a fork of the module and making your changes there.
For more information about managing node modules, you might find the Node.js documentation(https://nodejs.org/en/docs/) helpful. ---------------------- Note: you can ask me a follow up question by @ mentioning me again ----------------------