How to edit file at node module installed via npm?

Hi all ! Could anyone suggest please, is it possible to edit file at node module installed via npm ? I am trying to change file but it not being reflected in my build.

Possible, yes, but pointless, as you have observed. Some better options are forking the upstream source and pointing to a specific hosted git repository or using npm link.